From 86abbefbce71599524254df377bd054b4f689b03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:56:55 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- compose/postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/postgres/Dockerfile b/compose/postgres/Dockerfile index 6b41e2e..4792b6c 100644 --- a/compose/postgres/Dockerfile +++ b/compose/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:17.5 +FROM postgres:18.1 # The docker image automatically creates user+password+database if the appropriate # environment variables are set, see here: