We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b87d9 commit 7d1abf3Copy full SHA for 7d1abf3
Dockerfile
@@ -3,7 +3,7 @@ FROM cgr.dev/chainguard/python:latest-dev as builder
3
RUN pip install --no-cache-dir --upgrade requests
4
FROM cgr.dev/chainguard/python:latest
5
WORKDIR /app
6
-COPY --from=builder /home/nonroot/.local/lib/python3.11/site-packages /home/nonroot/.local/lib/python3.11/site-packages
+COPY --from=builder /home/nonroot/.local/lib/python3.12/site-packages /home/nonroot/.local/lib/python3.12/site-packages
7
COPY *.py /app/
8
ENTRYPOINT [ "python", "/app/box-to-docs.py" ]
9
LABEL org.opencontainers.image.authors='goproslowyo, ritchies'
0 commit comments