From 78b9dd10314df6ada3bfe2b17bdab52e4e9b39e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:47:53 +0000 Subject: [PATCH] deps: Update postgres Docker tag to v17.9 --- deploy/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/compose.yaml b/deploy/compose.yaml index 20e4c77..bcdb765 100644 --- a/deploy/compose.yaml +++ b/deploy/compose.yaml @@ -1,7 +1,7 @@ services: postgres: container_name: ${COMPOSE_PROJECT_NAME:-tourplanner}-postgres - image: postgres:17.2@sha256:3267c505060a0052e5aa6e5175a7b41ab6b04da2f8c4540fc6e98a37210aa2d3 + image: postgres:17.9@sha256:5b96f1a16bd9768b060dd2ffe55cb6225c4d9ef4d214a8b21eb08134869a97e4 environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres