chore(deps): update postgres docker tag to v14.9 #1

Merged
antoine merged 1 commits from renovate/postgres-14.x into master 2023-10-21 15:49:07 +00:00
Showing only changes of commit 7e95eb5d84 - Show all commits

View File

@ -1,4 +1,4 @@
FROM postgres:14.4-bullseye FROM postgres:14.9-bullseye
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