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 /
115115COPY --from=build_sqlite3 /manylinux-buildfs /
116116RUN if command -v apk >/dev/null 2>&1; then ldconfig /; else ldconfig; fi
117117COPY build_scripts/build-openssl.sh /build_scripts/
118- RUN export OPENSSL_ROOT=openssl-3.5.3 && \
119- export OPENSSL_HASH=c9489d2abcf943cdc8329a57092331c598a402938054dc3a22218aea8a8ec3bf && \
118+ RUN export OPENSSL_ROOT=openssl-3.5.4 && \
119+ export OPENSSL_HASH=967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99 && \
120120 export OPENSSL_DOWNLOAD_URL=https://github.com/openssl/openssl/releases/download/${OPENSSL_ROOT} && \
121121 manylinux-entrypoint /build_scripts/build-openssl.sh
122122COPY --from=cosign-bin /ko-app/cosign /usr/local/bin/cosign
You can’t perform that action at this time.
0 commit comments