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 a9e36ca commit b7f5253Copy full SHA for b7f5253
docker/Dockerfile
@@ -120,7 +120,7 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.8.20
120
121
FROM build_cpython AS build_cpython39
122
COPY build_scripts/ambv-pubkey.txt /build_scripts/cpython-pubkeys.txt
123
-RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.19
+RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.9.20
124
125
FROM build_cpython AS build_cpython310
126
COPY build_scripts/cpython-pubkey-310-311.txt /build_scripts/cpython-pubkeys.txt
0 commit comments