From 87993675e444132bdb9767490fcf1dc1b6f65bae Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Oct 2023 16:44:21 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e235b0a..44b009e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:14.9-bookworm +FROM postgres:16.0-bookworm COPY initScript/*.sh /docker-entrypoint-initdb.d/ COPY backup-database.sh /backup-database.sh