We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cf469 commit c145497Copy full SHA for c145497
1 file changed
Dockerfile
@@ -5,6 +5,6 @@ RUN go mod download
5
COPY . .
6
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /lease-controller ./cmd/main.go
7
8
-FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
+FROM gcr.io/distroless/static:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4
9
COPY --from=builder /lease-controller /lease-controller
10
ENTRYPOINT ["/lease-controller"]
0 commit comments