diff --git a/services/data-manager/Dockerfile b/services/data-manager/Dockerfile index f5ab17bb..c6dde2fe 100644 --- a/services/data-manager/Dockerfile +++ b/services/data-manager/Dockerfile @@ -17,7 +17,7 @@ # The GitHub Actions workflow at .github/workflows/docker.yml builds this # image with `context: .` for the same reason. -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