chore(deps): update postgres docker tag to v17 #18

Merged
antoine merged 1 commits from renovate/postgres-17.x into master 2025-03-09 16:58:22 +00:00
Showing only changes of commit a2f0c64b67 - Show all commits

View File

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