File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7373
7474FROM build_base AS build_git
7575COPY build_scripts/build-curl.sh /build_scripts/
76- RUN export CURL_ROOT=curl-8.12.0 && \
77- export CURL_HASH=b72ec874e403c90462dc3019c5b24cc3cdd895247402bf23893b3b59419353bc && \
76+ RUN export CURL_ROOT=curl-8.12.1 && \
77+ export CURL_HASH=7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf && \
7878 export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
7979 manylinux-entrypoint /build_scripts/build-curl.sh
8080COPY build_scripts/build-git.sh /build_scripts/
@@ -119,8 +119,8 @@ COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign
119119
120120FROM build_cpython_system_ssl AS build_cpython
121121COPY build_scripts/build-openssl.sh /build_scripts/
122- RUN export OPENSSL_ROOT=openssl-3.0.15 && \
123- export OPENSSL_HASH=23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533 && \
122+ RUN export OPENSSL_ROOT=openssl-3.0.16 && \
123+ export OPENSSL_HASH=57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86 && \
124124 export OPENSSL_DOWNLOAD_URL=https://github.com/openssl/openssl/releases/download/${OPENSSL_ROOT} && \
125125 manylinux-entrypoint /build_scripts/build-openssl.sh
126126
You can’t perform that action at this time.
0 commit comments