Skip to content

Commit 00deacb

Browse files
committed
Revert "Update to use 3.14 release" and "Update pyenv to 2.6.9"
This reverts commit c7fae91 and b7e0aec. 3.14.0 was unable to build in CI so reverting ahead of a PR that adds this new version with some additional testing.
1 parent b7e0aec commit 00deacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.6.9 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
32+
RUN git clone -b v2.6.5 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT
3333

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

@@ -42,7 +42,7 @@ FROM builder-py-base AS builder-py-3_13t
4242
RUN /build_python.sh 3.13.2t
4343
# ------------------------------------------------------------------------------
4444
FROM builder-py-base AS builder-py-3_14
45-
RUN /build_python.sh 3.14.0
45+
RUN /build_python.sh 3.14.0rc1
4646
# ------------------------------------------------------------------------------
4747
FROM python:3.13-slim-bookworm AS base
4848

0 commit comments

Comments
 (0)