From 0704050ffa14bbe17d43aeb223567668d7d19245 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 07:07:48 +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"