From a0bd1c9fb62183d01dd80e4a4dccb0c7e86c2798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:35:28 +0000 Subject: [PATCH] chore(deps): bump golang in /services/motis/tools/transitous Bumps golang from 1.27rc3 to 1.27. --- updated-dependencies: - dependency-name: golang dependency-version: '1.27' 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..af0dba51 100644 --- a/services/motis/tools/transitous/Dockerfile +++ b/services/motis/tools/transitous/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/golang:1.27rc3@sha256:6a284ec7a8c67eff5882aaa53b07a57ee397553f8c85a92e5fc97c517f12201f AS build-gtfsclean +FROM docker.io/golang:1.27@sha256:4013ae0f9e7994f8535c58c811f8f863fbed38b72e0d51e6592156f758d66146 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