Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
a2f0c64b67 chore(deps): update postgres docker tag to v17 2025-02-23 00:03:37 +00:00

View File

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