From a038de94c5398451b7b4a5959ac3312c38f8b422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 05:05:45 +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 649fbe7..c18f225 100644 --- a/compose.yaml +++ b/compose.yaml @@ -34,7 +34,7 @@ services: retries: 20 postgres: - image: postgres:15-bookworm + image: postgres:18-bookworm command: -c 'max_connections=200' environment: POSTGRES_DB: "progressor_db"