Skip to content

Commit 556828b

Browse files
saturley-hallkmkelle-nv
authored andcommitted
fix: update golang container to remove CVE (#3088)
Signed-off-by: Harrison King Saturley-Hall <hsaturleyhal@nvidia.com> Signed-off-by: Kristen Kelleher <kkelleher@nvidia.com>
1 parent b0a5f6e commit 556828b

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.10
43+
FROM nvcr.io/nvidia/distroless/go:v3.1.12
4444
WORKDIR /
4545
COPY +build/manager .
4646
USER 65532:65532

0 commit comments

Comments
 (0)