diff options
author | 2025-08-24 22:37:10 +0100 | |
---|---|---|
committer | 2025-08-30 21:58:10 +0100 | |
commit | 101c8a51192b81627ea050a4f9984fa423a0779e (patch) | |
tree | aeb367405a9cca5ef378b18a57af3d0d88ce61ab | |
parent | Update to Python 3.13.6 (diff) |
Update to Python 3.14rc2
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto \ RUN /build_python.sh 3.13.6t # ------------------------------------------------------------------------------ FROM builder-py-base AS builder-py-3_14 -RUN /build_python.sh 3.14.0rc1 +RUN /build_python.sh 3.14.0rc2 # ------------------------------------------------------------------------------ FROM python:3.13-slim-bookworm AS base |