File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,11 @@ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.10.13
134134
135135FROM build_cpython AS build_cpython311
136136COPY build_scripts/cpython-pubkey-310-311.txt /build_scripts/cpython-pubkeys.txt
137- RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.11.7
137+ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.11.8
138138
139139FROM build_cpython AS build_cpython312
140140COPY build_scripts/cpython-pubkey-312-313.txt /build_scripts/cpython-pubkeys.txt
141- RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.12.1
141+ RUN manylinux-entrypoint /build_scripts/build-cpython.sh 3.12.2
142142
143143FROM build_cpython AS all_cpython
144144COPY build_scripts/finalize-python.sh /build_scripts/
You can’t perform that action at this time.
0 commit comments