From 2ae20772da6715f904f3596c70f59d65ee6ccc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:01:57 +0000 Subject: [PATCH] deps: Update postgres:18.4 Docker digest to 3a82e1f --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 6640879..2852391 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ services: postgres: container_name: ${COMPOSE_PROJECT_NAME:-tourplanner}-postgres - image: postgres:18.4@sha256:4aabea78cf39b90e834caf3af7d602a18565f6fe2508705c8d01aa63245c2e20 + image: postgres:18.4@sha256:3a82e1f56c8f0f5616a11103ac3d47e632c3938698946a7ad26da0df1334744a environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres