Skip to content

Commit 99fe67d

Browse files
Bump openssl 3.0.15 → 3.0.16
1 parent e9b415d commit 99fe67d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7373

7474
FROM build_base AS build_git
7575
COPY 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
8080
COPY build_scripts/build-git.sh /build_scripts/
@@ -119,8 +119,8 @@ COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign
119119

120120
FROM build_cpython_system_ssl AS build_cpython
121121
COPY 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

0 commit comments

Comments
 (0)