Skip to content

Commit 70463bc

Browse files
committed
Bump CPython 3.14.0 → 3.14.1
1 parent 22bb9ff commit 70463bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
202202
FROM build_cpython AS build_cpython314
203203
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON
204204
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
205-
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0
205+
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.1
206206

207207
FROM build_cpython AS build_cpython314_nogil
208208
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON
209209
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
210-
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0 nogil
210+
/tmp/cross-compiler/entrypoint /opt/_internal/build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.1 nogil
211211

212212

213213
FROM runtime_base

0 commit comments

Comments
 (0)