From 95ae4c70b75d69e13fc670eb8c30d0f35a897484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:59:15 +0000 Subject: [PATCH] Update postgres Docker tag to v15.12 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index e3af992..bcdb1bd 100644 --- a/.env +++ b/.env @@ -38,7 +38,7 @@ DEER_API_URL=https://deer.fleetster.de VOI_API_URL=https://lsd.raumobil.net/Broker/grid?platform=mobidata-bw&source=voi&type=eScooter&hashes=u0ty,u0tz # dagster variables -DAGSTER_POSTGRES_IMAGE=postgres:15.10-bullseye +DAGSTER_POSTGRES_IMAGE=postgres:15.12-bullseye DAGSTER_PIPELINE_IMAGE=ghcr.io/mobidata-bw/dagster-pipeline:2025-01-28T15-57 DAGSTER_DAGIT_IMAGE=ghcr.io/mobidata-bw/dagster-dagit:2025-01-28T15-57 DAGSTER_DAEMON_IMAGE=ghcr.io/mobidata-bw/dagster-daemon:2025-01-28T15-57