Skip to content

Commit f9bad98

Browse files
committed
feat(agent): update base container to nvcr.io/nvidia/distroless/python:3.12-v3.5.2
1 parent eb91727 commit f9bad98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/agent.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ RUN make build build_version=${AGENT_VERSION}
3636
# Install the wheel in the builder stage
3737
RUN 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

4141
ARG AGENT_VERSION
4242
ARG 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}" \

0 commit comments

Comments
 (0)