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:33:33 -04:00
committed by Karl Haworth
parent d7b06a60b0
commit fd7c45013b
@@ -50,6 +50,7 @@ RUN tar xzf skeleton.tar.gz && rm skeleton.tar.gz
RUN --mount=type=cache,target=/home/nonroot/.yarn/berry/cache,sharing=locked,uid=65532,gid=65532 \
yarn workspaces focus --all --production && yarn cache clean --all
# Final stage to build the application image
FROM cgr.dev/chainguard/wolfi-base:latest
ENV PYTHON_VERSION 3.12=~3.12