File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apt-get -y update \
2929 tk-dev \
3030 && rm -rf /var/lib/apt/lists/*
3131
32- RUN git clone -b v2.4.14 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
32+ RUN git clone -b v2.4.15 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
3333
3434COPY --link scripts/build_python.sh /
3535
@@ -38,14 +38,14 @@ FROM builder-py-base as builder-py-3_12
3838RUN /build_python.sh 3.12.7
3939# ------------------------------------------------------------------------------
4040FROM builder-py-base as builder-py-3_13
41- RUN /build_python.sh 3.13.0rc3
41+ RUN /build_python.sh 3.13.0
4242# ------------------------------------------------------------------------------
4343FROM builder-py-base as builder-py-3_13t
4444# Building with all 3 of the options below causes tests to fail.
4545# Removing just the first means the image is a bit bigger, but we keep optimisations
4646# --disable-test-modules --enable-optimizations --with-lto
4747ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
48- RUN /build_python.sh 3.13.0rc3t
48+ RUN /build_python.sh 3.13.0t
4949# ------------------------------------------------------------------------------
5050FROM python:3.12-slim-bookworm as base
5151
You can’t perform that action at this time.
0 commit comments