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:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61 AS prd
4+ FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 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:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61 AS prd
43+ FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 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