Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot
80bb9a981d chore(deps): update postgres docker tag to v16 2023-10-21 16:39:03 +00:00
Renovate Bot
7e95eb5d84 chore(deps): update postgres docker tag to v14.9
All checks were successful
Main / build (push) Successful in 1m35s
2023-10-21 15:24:51 +00:00

View File

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