From 195b6803e45ae4578e45cbe3cdba6529ae1892e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:08:26 +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"