From e490be407856183e415687e40081d65083d2afa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:21:10 +0000 Subject: [PATCH] chore(deps): bump debian in /services/motis/tools/transitous Bumps debian from `7b140f3` to `8820086`. --- updated-dependencies: - dependency-name: debian dependency-version: bookworm-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/motis/tools/transitous/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/motis/tools/transitous/Dockerfile b/services/motis/tools/transitous/Dockerfile index d1bc244f..f19b2833 100644 --- a/services/motis/tools/transitous/Dockerfile +++ b/services/motis/tools/transitous/Dockerfile @@ -7,7 +7,7 @@ RUN GOPROXY=direct go mod init openmapx.local/gtfsclean-build && \ GOPROXY=direct go get golang.org/x/text@v0.39.0 && \ GOPROXY=direct go build -trimpath -o /usr/local/bin/gtfsclean github.com/public-transport/gtfsclean -FROM docker.io/debian:bookworm-slim@sha256:7b140f374b289a7c2befc338f42ebe6441b7ea838a042bbd5acbfca6ec875818 +FROM docker.io/debian:bookworm-slim@sha256:88200866dfff7ea7f5cbcb6ec7c8a701889efe6fe859fe64d6990e4b07ea4171 SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Pin the MOTIS release we install. Override with `--build-arg MOTIS_VERSION=vX.Y.Z`.