File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -29,23 +29,19 @@ 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
44- # Building with all 3 of the options below causes tests to fail.
45- # Removing just the first means the image is a bit bigger, but we keep optimisations
46- # --disable-test-modules --enable-optimizations --with-lto
47- ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
48- RUN /build_python.sh 3.13.0t
44+ RUN /build_python.sh 3.13.1t
4945# ------------------------------------------------------------------------------
5046FROM python:3.12-slim-bookworm as base
5147
You can’t perform that action at this time.
0 commit comments