From c44afd467fe345b5bb38c277a9e73325c24fe1c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:48:18 +0000 Subject: [PATCH] Update docker.io/library/postgres Docker tag to v17 --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 84ddfa03..752141e7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -124,7 +124,7 @@ services: retries: 20 liminator-db: - image: docker.io/library/postgres:13.10 + image: docker.io/library/postgres:17.5 environment: - POSTGRES_DB=liminator - POSTGRES_USER=vality @@ -147,7 +147,7 @@ services: retries: 10 shumway-db: - image: docker.io/library/postgres:13.10 + image: docker.io/library/postgres:17.5 environment: - POSTGRES_DB=shumway - POSTGRES_USER=postgres