chore(deps): update postgres docker tag to v16.4

This commit is contained in:
Renovate Bot 2024-08-09 00:01:26 +00:00
parent fa59c176f1
commit 1cef35868c

View File

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