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