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 00deacb commit de50cb3Copy full SHA for de50cb3
Dockerfile
@@ -44,7 +44,7 @@ RUN /build_python.sh 3.13.2t
44
FROM builder-py-base AS builder-py-3_14
45
RUN /build_python.sh 3.14.0rc1
46
# ------------------------------------------------------------------------------
47
-FROM python:3.13-slim-bookworm AS base
+FROM python:3.14-slim-bookworm AS base
48
49
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
50
PIP_NO_CACHE_DIR=false
0 commit comments