From cee90f98bf0cc8cb524b40541b28f878ac0e2ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:18:22 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 6502ede3..e77a7648 100644 --- a/compose.yaml +++ b/compose.yaml @@ -128,7 +128,7 @@ services: - ./test/bender/sys.config:/opt/bender/releases/1.0.0/sys.config db: - image: postgres:15-bookworm + image: postgres:18-bookworm command: -c 'max_connections=1000' environment: POSTGRES_MULTIPLE_DATABASES: "fistful,bender,dmt,party_management,shumway,liminator"