From 9cc6d03440f62d6f07f791e074f9c5f7364ee08f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:50:32 +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"