We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96cf92 commit 68bb369Copy full SHA for 68bb369
Dockerfile
@@ -40,7 +40,7 @@ RUN apt-get install -y \
40
# Get sources into container, verify, compile and install - purge after
41
RUN apt-get install -y wget git gcc make && \
42
wget https://nginx.org/download/nginx-$NGXVERSION.tar.gz && \
43
- git clone -b tls1.3-draft-18 --single-branch https://github.com/openssl/openssl && \
+ git clone -b master --single-branch https://github.com/openssl/openssl && \
44
wget https://nginx.org/download/nginx-$NGXVERSION.tar.gz.asc && \
45
gpg --keyserver keyserver.ubuntu.com --recv-keys $NGXSIGKEY && \
46
out=$(gpg --status-fd 1 --verify "nginx-$NGXVERSION.tar.gz.asc" 2>/dev/null) && \
0 commit comments