chore(deps): update postgres docker tag to v16.1
All checks were successful
Main / build (push) Successful in -57s

This commit is contained in:
Renovate Bot 2023-11-15 00:07:35 +00:00
parent a889614ed8
commit d1f0d31053

View File

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