Skip to content

Commit 9c76f83

Browse files
authored
Merge pull request #203 from etcd-io/dependabot/docker/distroless/static-a9f88e0
Bump distroless/static from `cdf4daa` to `a9f88e0`
2 parents 35fdd5d + cbd9fad commit 9c76f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
2626

2727
# Use distroless as minimal base image to package the manager binary
2828
# Refer to https://github.com/GoogleContainerTools/distroless for more details
29-
FROM gcr.io/distroless/static:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46
29+
FROM gcr.io/distroless/static:nonroot@sha256:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61
3030
WORKDIR /
3131
COPY --from=builder /workspace/manager .
3232
USER 65532:65532

0 commit comments

Comments
 (0)