File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN CGO_ENABLED=1 GOOS=$GOOS GOARCH=$GOARCH GOEXPERIMENT=systemcrypto GO111MODUL
2323
2424# Use distroless as minimal base image to package the hubagent binary
2525# Refer to https://github.com/GoogleContainerTools/distroless for more details
26- FROM gcr.io/distroless/base:nonroot@sha256:a696c7c8545ba9b2b2807ee60b8538d049622f0addd85aee8cec3ec1910de1f9
26+ FROM gcr.io/distroless/base:nonroot@sha256:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
2727WORKDIR /
2828COPY --from=builder /workspace/hubagent .
2929USER 65532:65532
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN CGO_ENABLED=1 GOOS=$GOOS GOARCH=$GOARCH GOEXPERIMENT=systemcrypto GO111MODUL
2323
2424# Use distroless as minimal base image to package the memberagent binary
2525# Refer to https://github.com/GoogleContainerTools/distroless for more details
26- FROM gcr.io/distroless/base:nonroot@sha256:a696c7c8545ba9b2b2807ee60b8538d049622f0addd85aee8cec3ec1910de1f9
26+ FROM gcr.io/distroless/base:nonroot@sha256:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
2727WORKDIR /
2828COPY --from=builder /workspace/memberagent .
2929USER 65532:65532
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN CGO_ENABLED=1 GOOS=$GOOS GOARCH=$GOARCH GOEXPERIMENT=systemcrypto GO111MODUL
2424
2525# Use distroless as minimal base image to package the refreshtoken binary
2626# Refer to https://github.com/GoogleContainerTools/distroless for more details
27- FROM gcr.io/distroless/base:nonroot@sha256:a696c7c8545ba9b2b2807ee60b8538d049622f0addd85aee8cec3ec1910de1f9
27+ FROM gcr.io/distroless/base:nonroot@sha256:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe
2828WORKDIR /
2929COPY --from=builder /workspace/refreshtoken .
3030USER 65532:65532
You can’t perform that action at this time.
0 commit comments