From 1cef35868cfad251048983a3e1e36b43370cf30d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 9 Aug 2024 00:01:26 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb518f1..5d6e2df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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