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

This commit is contained in:
Renovate Bot 2024-05-10 00:03:48 +00:00
parent d791766f34
commit 470b4e79d8

View File

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