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 @@ -115,8 +115,8 @@ COPY --from=build_mpdecimal /manylinux-buildfs /
115
115
COPY --from=build_sqlite3 /manylinux-buildfs /
116
116
RUN if command -v apk >/dev/null 2>&1; then ldconfig /; else ldconfig; fi
117
117
COPY build_scripts/build-openssl.sh /build_scripts/
118
- RUN export OPENSSL_ROOT=openssl-3.5.1 && \
119
- export OPENSSL_HASH=529043b15cffa5f36077a4d0af83f3de399807181d607441d734196d889b641f && \
118
+ RUN export OPENSSL_ROOT=openssl-3.5.2 && \
119
+ export OPENSSL_HASH=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec && \
120
120
export OPENSSL_DOWNLOAD_URL=https://github.com/openssl/openssl/releases/download/${OPENSSL_ROOT} && \
121
121
manylinux-entrypoint /build_scripts/build-openssl.sh
122
122
COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign
You can’t perform that action at this time.
0 commit comments