Skip to content

Commit dacffb8

Browse files
authored
fix: use non-dev golang image for operator (#1993)
1 parent 2b29a0a commit dacffb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cloud/operator/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docker:
4040
ARG DOCKER_SERVER=my-registry
4141
ARG IMAGE_TAG=latest
4242
ARG IMAGE_SUFFIX=dynamo-operator
43-
FROM nvcr.io/nvidia/distroless/go:v3.1.9-dev
43+
FROM nvcr.io/nvidia/distroless/go:v3.1.10
4444
WORKDIR /
4545
COPY +build/manager .
4646
USER 65532:65532

0 commit comments

Comments
 (0)