File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ RUN make build build_version=${AGENT_VERSION}
3636# Install the wheel in the builder stage
3737RUN python3 -m venv venv && ./venv/bin/pip install /code/skyhook-agent/dist/skyhook_agent*.whl
3838
39- FROM nvcr.io/nvidia/distroless/python:3.12-v3.4.15
39+ FROM nvcr.io/nvidia/distroless/python:3.12-v3.5.2
4040
4141ARG AGENT_VERSION
4242ARG GIT_SHA
4343
4444# # https://github.com/opencontainers/image-spec/blob/main/annotations.md
45- LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/distroless/python:3.12-v3.4.15 " \
45+ LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/distroless/python:3.12-v3.5.2 " \
4646 org.opencontainers.image.licenses="Apache-2.0" \
4747 org.opencontainers.image.title="skyhook-agent" \
4848 org.opencontainers.image.version="${AGENT_VERSION}" \
You can’t perform that action at this time.
0 commit comments