File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN go mod download
2424COPY ./ /build
2525RUN CGO_ENABLED=0 ./build.sh
2626
27- FROM gcr.io/distroless/base-debian12@sha256:347a41e7f263ea7f7aba1735e5e5b1439d9e41a9f09179229f8c13ea98ae94cf
27+ FROM gcr.io/distroless/base-debian12@sha256:937c7eaaf6f3f2d38a1f8c4aeff326f0c56e4593ea152e9e8f74d976dde52f56
2828COPY --from=GO_BUILD build/indexer /indexer
2929ENTRYPOINT ["/indexer" ]
3030CMD ["--help" ]
Original file line number Diff line number Diff line change 11# Build the Javascript frontend
2- FROM node:24.13@sha256:1de022d8459f896fff2e7b865823699dc7a8d5567507e8b87b14a7442e07f206 AS FRONTEND3_BUILD
2+ FROM node:24.13@sha256:00e9195ebd49985a6da8921f419978d85dfe354589755192dc090425ce4da2f7 AS FRONTEND3_BUILD
33WORKDIR /build/frontend3
44
55# Install dependencies first for better caching
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424COPY ./ /src/
2525RUN CGO_ENABLED=0 go build -o custommetrics ./cmd/custommetrics
2626
27- FROM gcr.io/distroless/static-debian12@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
27+ FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
2828
2929COPY --from=build /src/custommetrics /
3030
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424COPY ./ /src/
2525RUN CGO_ENABLED=0 go build -o exporter ./cmd/exporter
2626
27- FROM gcr.io/distroless/static-debian12@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
27+ FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
2828
2929COPY --from=build /src/exporter /
3030
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424COPY ./ /src/
2525RUN CGO_ENABLED=0 go build -o generatesitemap ./cmd/generatesitemap
2626
27- FROM gcr.io/distroless/static-debian12@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
27+ FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
2828
2929COPY --from=build /src/generatesitemap /
3030
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424COPY ./ /src/
2525RUN CGO_ENABLED=0 go build -o recordchecker ./cmd/recordchecker/
2626
27- FROM gcr.io/distroless/static-debian12@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
27+ FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
2828
2929COPY --from=build /src/recordchecker /
3030
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424COPY ./ /src/
2525RUN CGO_ENABLED=0 go build -o relations ./cmd/relations
2626
27- FROM gcr.io/distroless/static-debian12@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
27+ FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
2828
2929COPY --from=build /src/relations /
3030
You can’t perform that action at this time.
0 commit comments