chore(deps): update postgres docker tag to v16.3 #11

Merged
antoine merged 1 commits from renovate/postgres-16.x into master 2024-06-05 20:02:24 +00:00
Showing only changes of commit 470b4e79d8 - Show all commits

View File

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