Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
87993675e4 chore(deps): update postgres docker tag to v16 2023-10-21 16:44:21 +00:00

View File

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