Skip to content

Commit 6ae45d2

Browse files
Bump CPython 3.10.0rc1 → 3.10.0rc2
1 parent 7b0bd5d commit 6ae45d2

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
@@ -131,7 +131,7 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.7
131131

132132
FROM build_cpython AS build_cpython310
133133
COPY build_scripts/cpython-pubkey-310-311.txt /build_scripts/cpython-pubkeys.txt
134-
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.10.0rc1
134+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.10.0rc2
135135

136136

137137
FROM build_cpython AS all_python

0 commit comments

Comments
 (0)