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 b04863e commit 106a733Copy full SHA for 106a733
Dockerfile
@@ -44,7 +44,7 @@ ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto \
44
RUN /build_python.sh 3.13.6t
45
# ------------------------------------------------------------------------------
46
FROM builder-py-base AS builder-py-3_14
47
-RUN /build_python.sh 3.14.0rc1
+RUN /build_python.sh 3.14.0rc2
48
49
FROM python:3.13-slim-trixie AS base
50
0 commit comments