chore(deps): update postgres docker tag to v16.6 #17

Open
renovate-bot wants to merge 1 commits from renovate/postgres-16.x into master

View File

@ -1,4 +1,4 @@
FROM postgres:16.4-bookworm FROM postgres:16.6-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