chore(deps): update postgres docker tag to v16.4 #14

Merged
antoine merged 1 commits from renovate/postgres-16.x into master 2024-10-24 23:18:28 +00:00
Showing only changes of commit 1cef35868c - Show all commits

View File

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