From 5cd3a32374946ceda8c7d4a8e70c795d7c4b3b92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:18:01 +0000 Subject: [PATCH] Update postgres Docker tag to v17 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 9f43b942..dbc44c58 100644 --- a/compose.yaml +++ b/compose.yaml @@ -139,7 +139,7 @@ services: - ./test/party-management/sys.config:/opt/party-management/releases/0.1/sys.config db: - image: postgres:15-bookworm + image: postgres:17-bookworm command: -c 'max_connections=1000' environment: POSTGRES_MULTIPLE_DATABASES: "hellgate,dmt,party_management,shumway,liminator"