Skip to content

Commit 106a733

Browse files
ChrisLoveringjb3
authored andcommitted
Update to Python 3.14rc2
1 parent b04863e commit 106a733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto \
4444
RUN /build_python.sh 3.13.6t
4545
# ------------------------------------------------------------------------------
4646
FROM builder-py-base AS builder-py-3_14
47-
RUN /build_python.sh 3.14.0rc1
47+
RUN /build_python.sh 3.14.0rc2
4848
# ------------------------------------------------------------------------------
4949
FROM python:3.13-slim-trixie AS base
5050

0 commit comments

Comments
 (0)