From 1705e1b2eb0d6c03fb87fe8a04e26d94966ef899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:42:18 +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 ede962f0..718885fc 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"