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 ad17dac commit 26cb630Copy full SHA for 26cb630
Dockerfile
@@ -43,7 +43,7 @@ RUN /build_python.sh 3.14.0
43
FROM builder-py-base AS builder-py-3_14t
44
RUN /build_python.sh 3.14.0t
45
# ------------------------------------------------------------------------------
46
-FROM python:3.13-slim-bookworm AS base
+FROM python:3.14-slim-bookworm AS base
47
48
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
49
PIP_NO_CACHE_DIR=false
0 commit comments