Skip to content

Commit

Permalink
Use openssl 1.0.2u
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Mar 20, 2021
1 parent 1b11825 commit 502be49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ RUN export CC=$TARGET_CC && \
make && sudo make install -j 4 && \
cd .. && rm -rf zlib-$VERS.tar.gz zlib-$VERS checksums.txt && \
echo "Building OpenSSL" && \
VERS=1.0.2q && \
CHECKSUM=5744cfcbcec2b1b48629f7354203bc1e5e9b5466998bbccc5b5fcde3b18eb684 && \
VERS=1.0.2u && \
CHECKSUM=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 && \
curl -sqO https://www.openssl.org/source/openssl-$VERS.tar.gz && \
echo "$CHECKSUM openssl-$VERS.tar.gz" > checksums.txt && \
sha256sum -c checksums.txt && \
Expand Down

0 comments on commit 502be49

Please sign in to comment.