Update contrib/docker/minimal-hardened-image/Dockerfile

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
This commit is contained in:
Karl Haworth
2024-08-14 10:32:50 -04:00
committed by Karl Haworth
parent d00c679f00
commit 7529219d6c
@@ -19,6 +19,7 @@ ENV PATH=/venv/bin:$PATH
RUN /home/nonroot/venv/bin/pip install mkdocs-techdocs-core==1.3.3
# Build Node environment in a separate builder stage
FROM cgr.dev/chainguard/wolfi-base:latest as node-builder
ENV PYTHON_VERSION 3.12=~3.12