Skip to content

Commit d99fa31

Browse files
chore(deps): update gcr.io/distroless/base-debian12 docker digest to 58695f4
1 parent 7bac569 commit d99fa31

1 file changed

Lines changed: 1 addition & 1 deletion

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:74ddbf52d93fafbdd21b399271b0b4aac1babf8fa98cab59e5692e01169a1348
27+
FROM gcr.io/distroless/base-debian12@sha256:58695f439f772a00009c8f6be4c183f824c1f556d74b313c30900f167e4772f8
2828
COPY --from=GO_BUILD build/indexer /indexer
2929
ENTRYPOINT ["/indexer"]
3030
CMD ["--help"]

0 commit comments

Comments
 (0)