chore(deps): update postgres docker tag to v16.1 #8

Merged
antoine merged 1 commits from renovate/postgres-16.x into master 2023-11-15 23:32:27 +00:00

View File

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