Skip to content

Commit f76302a

Browse files
committed
chore: bump to Python 3.10.0rc1
1 parent 5f32364 commit f76302a

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.6
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.0b4
134+
RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.10.0rc1
135135

136136

137137
FROM build_cpython AS all_python

0 commit comments

Comments
 (0)