Skip to content

Commit 7d1abf3

Browse files
committed
fix: Update to python 3.12
1 parent 11b87d9 commit 7d1abf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM cgr.dev/chainguard/python:latest-dev as builder
33
RUN pip install --no-cache-dir --upgrade requests
44
FROM cgr.dev/chainguard/python:latest
55
WORKDIR /app
6-
COPY --from=builder /home/nonroot/.local/lib/python3.11/site-packages /home/nonroot/.local/lib/python3.11/site-packages
6+
COPY --from=builder /home/nonroot/.local/lib/python3.12/site-packages /home/nonroot/.local/lib/python3.12/site-packages
77
COPY *.py /app/
88
ENTRYPOINT [ "python", "/app/box-to-docs.py" ]
99
LABEL org.opencontainers.image.authors='goproslowyo, ritchies'

0 commit comments

Comments
 (0)