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 49a67a6 commit ff09b9cCopy full SHA for ff09b9c
docker/Dockerfile
@@ -134,7 +134,7 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.10.13
134
135
FROM build_cpython AS build_cpython311
136
COPY build_scripts/cpython-pubkey-310-311.txt /build_scripts/cpython-pubkeys.txt
137
-RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.11.5
+RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.11.6
138
139
FROM build_cpython AS build_cpython312
140
COPY build_scripts/cpython-pubkey-312-313.txt /build_scripts/cpython-pubkeys.txt
0 commit comments