From 256dde5583e4b50d878b9e3cdab7ce2c705802e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:49:58 +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 47694ab..1539736 100644 --- a/compose.yaml +++ b/compose.yaml @@ -31,7 +31,7 @@ services: retries: 20 postgres: - image: postgres:15-bookworm + image: postgres:18-bookworm command: -c 'max_connections=200' environment: POSTGRES_DB: "progressor_db"