From 62633d143d83ea9ac6c4a6586be018cf25a29f83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:48:12 +0000 Subject: [PATCH] Update docker.io/library/postgres Docker tag to v13.21 --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 84ddfa03..59a8726a 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:13.21 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:13.21 environment: - POSTGRES_DB=shumway - POSTGRES_USER=postgres