From 5579d03ca6ff060da9ab5f79ca1281c422c9ce34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:33:35 +0000 Subject: [PATCH] chore(deps): 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 142d2e6e..afafb099 100644 --- a/compose.yaml +++ b/compose.yaml @@ -125,7 +125,7 @@ services: retries: 10 db: - image: postgres:15-bookworm + image: postgres:18-bookworm command: -c 'max_connections=1000' environment: POSTGRES_MULTIPLE_DATABASES: "hellgate,bender,dmt,party_management,shumway,liminator"