Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
0f8d2209ba chore(deps): update postgres docker tag to v17 2024-11-25 00:06:58 +00:00

View File

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