Skip to content

Commit 68bb369

Browse files
author
byeskille
committed
change to master branch for openssl
1 parent c96cf92 commit 68bb369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN apt-get install -y \
4040
# Get sources into container, verify, compile and install - purge after
4141
RUN apt-get install -y wget git gcc make && \
4242
wget https://nginx.org/download/nginx-$NGXVERSION.tar.gz && \
43-
git clone -b tls1.3-draft-18 --single-branch https://github.com/openssl/openssl && \
43+
git clone -b master --single-branch https://github.com/openssl/openssl && \
4444
wget https://nginx.org/download/nginx-$NGXVERSION.tar.gz.asc && \
4545
gpg --keyserver keyserver.ubuntu.com --recv-keys $NGXSIGKEY && \
4646
out=$(gpg --status-fd 1 --verify "nginx-$NGXVERSION.tar.gz.asc" 2>/dev/null) && \

0 commit comments

Comments
 (0)