chore(deps): update postgres docker tag to v17

This commit is contained in:
Renovate Bot 2025-02-15 00:05:06 +00:00
parent a1bd35f07d
commit 64849baa56

View File

@ -1,4 +1,4 @@
FROM postgres:16.4-bookworm
FROM postgres:17.3-bookworm
COPY initScript/*.sh /docker-entrypoint-initdb.d/
COPY backup-database.sh /backup-database.sh