Skip to content

Commit 161fe58

Browse files
Bump CPython 3.9.24 → 3.9.25
1 parent 13c00a1 commit 161fe58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
165165
FROM build_cpython AS build_cpython39
166166
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON
167167
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
168-
/tmp/cross-compiler/entrypoint /build_scripts/build-cpython.sh lukasz@langa.pl https://github.com/login/oauth 3.9.24
168+
/tmp/cross-compiler/entrypoint /build_scripts/build-cpython.sh lukasz@langa.pl https://github.com/login/oauth 3.9.25
169169

170170
FROM build_cpython AS build_cpython310
171171
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON

0 commit comments

Comments
 (0)