chore(deps): update postgres docker tag to v16 #2

Merged
antoine merged 1 commits from renovate/postgres-16.x into master 2023-10-21 19:15:24 +00:00

View File

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