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

Merged
antoine merged 1 commits from renovate/postgres-16.x into master 2024-02-15 19:53:09 +00:00

View File

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