Skip to content

Commit 23ea191

Browse files
committed
chore(deps): update docker
1 parent fc9a6e6 commit 23ea191

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

gcp/indexer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download
2424
COPY ./ /build
2525
RUN CGO_ENABLED=0 ./build.sh
2626

27-
FROM gcr.io/distroless/base-debian12@sha256:347a41e7f263ea7f7aba1735e5e5b1439d9e41a9f09179229f8c13ea98ae94cf
27+
FROM gcr.io/distroless/base-debian12@sha256:937c7eaaf6f3f2d38a1f8c4aeff326f0c56e4593ea152e9e8f74d976dde52f56
2828
COPY --from=GO_BUILD build/indexer /indexer
2929
ENTRYPOINT ["/indexer"]
3030
CMD ["--help"]

gcp/website/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
WORKDIR /build/frontend3
44

55
# Install dependencies first for better caching

go/cmd/custommetrics/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424
COPY ./ /src/
2525
RUN 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

2929
COPY --from=build /src/custommetrics /
3030

go/cmd/exporter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424
COPY ./ /src/
2525
RUN 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

2929
COPY --from=build /src/exporter /
3030

go/cmd/generatesitemap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424
COPY ./ /src/
2525
RUN 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

2929
COPY --from=build /src/generatesitemap /
3030

go/cmd/recordchecker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424
COPY ./ /src/
2525
RUN 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

2929
COPY --from=build /src/recordchecker /
3030

go/cmd/relations/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN go mod download && go mod verify
2424
COPY ./ /src/
2525
RUN 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

2929
COPY --from=build /src/relations /
3030

0 commit comments

Comments
 (0)