Skip to content

Commit c145497

Browse files
fix(container): update container image gcr.io/distroless/static to 2b7c93f
1 parent e5cf469 commit c145497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ RUN go mod download
55
COPY . .
66
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /lease-controller ./cmd/main.go
77

8-
FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
8+
FROM gcr.io/distroless/static:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4
99
COPY --from=builder /lease-controller /lease-controller
1010
ENTRYPOINT ["/lease-controller"]

0 commit comments

Comments
 (0)