chore(deps): update postgres docker tag to v16
All checks were successful
Main / build (push) Successful in -2m10s

This commit is contained in:
Renovate Bot 2023-10-21 19:14:30 +00:00
parent 80521cd985
commit a1e9c5427b

View File

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