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 2b29a0a commit dacffb8Copy full SHA for dacffb8
deploy/cloud/operator/Earthfile
@@ -40,7 +40,7 @@ docker:
40
ARG DOCKER_SERVER=my-registry
41
ARG IMAGE_TAG=latest
42
ARG IMAGE_SUFFIX=dynamo-operator
43
- FROM nvcr.io/nvidia/distroless/go:v3.1.9-dev
+ FROM nvcr.io/nvidia/distroless/go:v3.1.10
44
WORKDIR /
45
COPY +build/manager .
46
USER 65532:65532
0 commit comments