Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
c52663d4f3 chore(deps): update postgres docker tag to v16.8 2025-02-23 00:03:26 +00:00

View File

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