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 845163b commit 5dd7a92Copy full SHA for 5dd7a92
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:cba10d7abd3e203428e86f5b2d7fd5eb7d8987c387864ae4996cf97191b33764
+FROM gcr.io/distroless/static:nonroot@sha256:01e550fdb7ab79ee7be5ff440a563a58f1fd000ad9e0c532e65c3d23f917f1c5
9
COPY --from=builder /lease-controller /lease-controller
10
ENTRYPOINT ["/lease-controller"]
0 commit comments