chore(deps): update postgres docker tag to v17

This commit is contained in:
Renovate Bot 2024-11-22 21:23:52 +00:00
parent 5d47e1dbf0
commit 356a27ee34

View File

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