We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python:3.12-alpine
1 parent 579838e commit 71f3c65Copy full SHA for 71f3c65
Dockerfile
@@ -41,7 +41,7 @@ RUN /proxy/venv/bin/pip install --no-compile --no-cache-dir \
41
/proxy/venv/bin/pip uninstall -y wheel setuptools pip && \
42
/usr/local/bin/pip uninstall -y wheel setuptools pip
43
44
-FROM python:3.11-alpine
+FROM python:3.12-alpine
45
COPY --from=builder /README.md /README.md
46
COPY --from=builder /proxy /proxy
47
RUN if [[ -z "$SKIP_OPENSSL" ]]; then \
0 commit comments