Skip to content

Commit 5dd7a92

Browse files
fix(container): update container image gcr.io/distroless/static to 01e550f
1 parent 845163b commit 5dd7a92

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:cba10d7abd3e203428e86f5b2d7fd5eb7d8987c387864ae4996cf97191b33764
8+
FROM gcr.io/distroless/static:nonroot@sha256:01e550fdb7ab79ee7be5ff440a563a58f1fd000ad9e0c532e65c3d23f917f1c5
99
COPY --from=builder /lease-controller /lease-controller
1010
ENTRYPOINT ["/lease-controller"]

0 commit comments

Comments
 (0)