chore(deps): update postgres docker tag to v17
All checks were successful
Main / build (push) Successful in 13m17s

This commit is contained in:
Renovate Bot 2025-02-23 00:03:37 +00:00 committed by antoine
parent 061e4ec7c6
commit ad8a6b81da

View File

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