From d885d37b8b747e60ceb250519a2b58eb7dce623e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:25:57 +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"