Skip to content

Commit 6319691

Browse files
committed
Merge remote-tracking branch 'origin/bump-python-version'
2 parents 49b5ab9 + a5d26d7 commit 6319691

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Dockerfile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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

3434
COPY --link scripts/build_python.sh /
3535

3636
# ------------------------------------------------------------------------------
3737
FROM 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
# ------------------------------------------------------------------------------
4040
FROM 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
# ------------------------------------------------------------------------------
4343
FROM 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
# ------------------------------------------------------------------------------
5046
FROM python:3.12-slim-bookworm as base
5147

0 commit comments

Comments
 (0)