Unverified Commit dacffb87 authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

fix: use non-dev golang image for operator (#1993)

parent 2b29a0aa
...@@ -40,7 +40,7 @@ docker: ...@@ -40,7 +40,7 @@ docker:
ARG DOCKER_SERVER=my-registry ARG DOCKER_SERVER=my-registry
ARG IMAGE_TAG=latest ARG IMAGE_TAG=latest
ARG IMAGE_SUFFIX=dynamo-operator ARG IMAGE_SUFFIX=dynamo-operator
FROM nvcr.io/nvidia/distroless/go:v3.1.9-dev FROM nvcr.io/nvidia/distroless/go:v3.1.10
WORKDIR / WORKDIR /
COPY +build/manager . COPY +build/manager .
USER 65532:65532 USER 65532:65532
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment