We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f32364 commit f76302aCopy full SHA for f76302a
docker/Dockerfile
@@ -131,7 +131,7 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.6
131
132
FROM build_cpython AS build_cpython310
133
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
+RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.10.0rc1
135
136
137
FROM build_cpython AS all_python
0 commit comments