From dc2809745aee6778899dd96c740a994e4cf645a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:38:29 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- compose/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/postgres/Dockerfile b/compose/postgres/Dockerfile index c7f8233..d654f11 100644 --- a/compose/postgres/Dockerfile +++ b/compose/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:13.18 +FROM postgres:17.2 # The docker image automatically creates user+password+database if the appropriate # environment variables are set, see here: