File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ FROM docker.io/golang:1.26@sha256:2005724102f45917a63e9d092fc0e4ea56ea575048ce14
2222# instead of @latest so the build is reproducible and can't silently pull new code.
2323RUN GOPROXY=direct GOBIN=/usr/local/bin/ go install github.com/public-transport/gtfsclean@bb3ea74f66ef9bc07dc1bd038c3f653e10f0ade0 # snapshot-5
2424
25- FROM node:24-slim@sha256:6f7b03f7c2c8e2e784dcf9295400527b9b1270fd37b7e9a7285cf83b6951452d AS base
25+ FROM node:24-slim@sha256:3638d9a6fe4030bd716be989438248074489337ba3275657f93595428be4fc03 AS base
2626
2727# Read the pnpm version directly from the repo root package.json to ensure
2828# lockfile resolution stays reproducible across local and CI Docker builds.
@@ -106,7 +106,7 @@ COPY services/data-manager/ services/data-manager/
106106WORKDIR /app/services/data-manager
107107RUN pnpm build
108108
109- FROM node:24-slim@sha256:6f7b03f7c2c8e2e784dcf9295400527b9b1270fd37b7e9a7285cf83b6951452d AS runner
109+ FROM node:24-slim@sha256:3638d9a6fe4030bd716be989438248074489337ba3275657f93595428be4fc03 AS runner
110110WORKDIR /app
111111
112112RUN apt-get update \
You can’t perform that action at this time.
0 commit comments