From 612b98f8e584619523eb292fd8b9369b239ac9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:24:15 +0000 Subject: [PATCH] chore(deps): bump debian in /services/motis/tools/transitous Bumps debian from `60eac75` to `7b140f3`. --- 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 021c21e1f..9d810d961 100644 --- a/services/motis/tools/transitous/Dockerfile +++ b/services/motis/tools/transitous/Dockerfile @@ -3,7 +3,7 @@ FROM docker.io/golang:1.26@sha256:f96cc555eb8db430159a3aa6797cd5bae561945b7b0fe7 # instead of @latest so the build is reproducible and can't silently pull new code. RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/gtfsclean@bb3ea74f66ef9bc07dc1bd038c3f653e10f0ade0 # snapshot-5 -FROM docker.io/debian:bookworm-slim@sha256:60eac759739651111db372c07be67863818726f754804b8707c90979bda511df +FROM docker.io/debian:bookworm-slim@sha256:7b140f374b289a7c2befc338f42ebe6441b7ea838a042bbd5acbfca6ec875818 # Pin the MOTIS release we install. Override with `--build-arg MOTIS_VERSION=vX.Y.Z`. # Keep this aligned with the `ghcr.io/motis-project/motis` image tag the