chore(deps): update postgres docker tag to v16

This commit is contained in:
Renovate Bot 2023-10-21 16:39:03 +00:00
parent 7e95eb5d84
commit 80bb9a981d

View File

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