Skip to content

Commit

Permalink
Update some OpenSSL download locations
Browse files Browse the repository at this point in the history
They appear to now move "old" releases to new directories so that
once something becomes "old", we will have to redo the location.

This broke on us today for these two 3.1.x versions.
  • Loading branch information
SeanTAllen committed Jan 21, 2024
1 parent 74ca04d commit 7d8802f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x86-64-unknown-linux-builder-with-openssl_3.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --update --no-cache \
perl

RUN cd /tmp && \
wget https://www.openssl.org/source/openssl-3.1.0.tar.gz && \
wget https://www.openssl.org/source/old/3.1/openssl-3.1.0.tar.gz && \
tar xf openssl-3.1.0.tar.gz && \
cd openssl-3.1.0 && \
./Configure --api=3.0.0 no-shared linux-x86_64 enable-rc5 enable-md2 && \
Expand Down
2 changes: 1 addition & 1 deletion x86-64-unknown-linux-builder-with-openssl_3.1.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --update --no-cache \
perl

RUN cd /tmp && \
wget https://www.openssl.org/source/openssl-3.1.3.tar.gz && \
wget https://www.openssl.org/source/old/3.1/openssl-3.1.3.tar.gz && \
tar xf openssl-3.1.3.tar.gz && \
cd openssl-3.1.3 && \
./Configure --api=3.0.0 no-shared linux-x86_64 enable-rc5 enable-md2 && \
Expand Down

0 comments on commit 7d8802f

Please sign in to comment.