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

Open
renovate-bot wants to merge 1 commits from renovate/postgres-17.x into master
Showing only changes of commit 0f8d2209ba - Show all commits

View File

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