@@ -29,23 +29,23 @@ RUN apt-get -y update \
2929 tk-dev \
3030 && rm -rf /var/lib/apt/lists/*
3131
32- RUN git clone -b v2.4.15 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
32+ RUN git clone -b v2.4.23 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
3333
3434COPY --link scripts/build_python.sh /
3535
3636# ------------------------------------------------------------------------------
3737FROM builder-py-base as builder-py-3_12
38- RUN /build_python.sh 3.12.7
38+ RUN /build_python.sh 3.12.8
3939# ------------------------------------------------------------------------------
4040FROM builder-py-base as builder-py-3_13
41- RUN /build_python.sh 3.13.0
41+ RUN /build_python.sh 3.13.1
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.0t
48+ RUN /build_python.sh 3.13.1t
4949# ------------------------------------------------------------------------------
5050FROM python:3.12-slim-bookworm as base
5151
0 commit comments