Skip to content

Commit

Permalink
Merge pull request etcd-io#34 from etcd-io/dependabot/docker/distrole…
Browse files Browse the repository at this point in the history
…ss/static-6ec5aa9

Bump distroless/static from `6cd937e` to `6ec5aa9`
  • Loading branch information
ahrtr authored Jan 13, 2025
2 parents 8680a39 + a1bf7b5 commit 28e8d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58
FROM gcr.io/distroless/static:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
Expand Down

0 comments on commit 28e8d8c

Please sign in to comment.