From b12e7c6f21b3284236874eaf527026fff93fd9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:18:27 +0000 Subject: [PATCH] chore(deps): bump golang in /services/motis/tools/transitous Bumps golang from `4013ae0` to `512690a`. --- updated-dependencies: - dependency-name: golang dependency-version: '1.27' dependency-type: direct:production update-type: version-update:semver-patch ... 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 af0dba51..cc148772 100644 --- a/services/motis/tools/transitous/Dockerfile +++ b/services/motis/tools/transitous/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.27@sha256:4013ae0f9e7994f8535c58c811f8f863fbed38b72e0d51e6592156f758d66146 AS build-gtfsclean +FROM docker.io/golang:1.27@sha256:512690a5660563b57d37ecc31129e7f136e831db2aed24a1dbeb8ad7380dc0fa AS build-gtfsclean # Pin gtfsclean to a commit (the project only publishes rolling snapshot-N tags) # instead of @latest so the build is reproducible and can't silently pull new code. WORKDIR /tmp/gtfsclean-build