We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b11825 commit 502be49Copy full SHA for 502be49
Dockerfile
@@ -85,8 +85,8 @@ RUN export CC=$TARGET_CC && \
85
make && sudo make install -j 4 && \
86
cd .. && rm -rf zlib-$VERS.tar.gz zlib-$VERS checksums.txt && \
87
echo "Building OpenSSL" && \
88
- VERS=1.0.2q && \
89
- CHECKSUM=5744cfcbcec2b1b48629f7354203bc1e5e9b5466998bbccc5b5fcde3b18eb684 && \
+ VERS=1.0.2u && \
+ CHECKSUM=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 && \
90
curl -sqO https://www.openssl.org/source/openssl-$VERS.tar.gz && \
91
echo "$CHECKSUM openssl-$VERS.tar.gz" > checksums.txt && \
92
sha256sum -c checksums.txt && \
0 commit comments