Skip to content

Commit 71f3c65

Browse files
committed
Use python:3.12-alpine in Docker image
1 parent 579838e commit 71f3c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN /proxy/venv/bin/pip install --no-compile --no-cache-dir \
4141
/proxy/venv/bin/pip uninstall -y wheel setuptools pip && \
4242
/usr/local/bin/pip uninstall -y wheel setuptools pip
4343

44-
FROM python:3.11-alpine
44+
FROM python:3.12-alpine
4545
COPY --from=builder /README.md /README.md
4646
COPY --from=builder /proxy /proxy
4747
RUN if [[ -z "$SKIP_OPENSSL" ]]; then \

0 commit comments

Comments
 (0)