File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1.2
22
33# single stage version of Dockerfile, expects binaries to be built outside docker build
4- FROM gcr.io/distroless/static:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58 AS prd
4+ FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02 AS prd
55ARG PLATFORM="linux/amd64"
66COPY /app/${PLATFORM}/rubin /rubin
77COPY /app/${PLATFORM}/polly /polly
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN --mount=target=. \
4040 -o /app/ ./...
4141
4242# Import the binary from build stage
43- FROM gcr.io/distroless/static:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58 AS prd
43+ FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02 AS prd
4444COPY --from=build /app/rubin /rubin
4545COPY --from=build /app/polly /polly
4646# this is the numeric version of user nonroot:nonroot to check runAsNonRoot in kubernetes
You can’t perform that action at this time.
0 commit comments