From 9224f01ca7618532e0f9f9f0909e1fb0c5b71cfc Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Date: Fri, 22 May 2020 22:30:41 +0900
Subject: [PATCH] Fix Dockerfile

---
 docker/Dockerfile  | 2 +-
 interop/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index c939b5d9..89ce7839 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -4,7 +4,7 @@ RUN /usr/local/bin/clean-install \
         git g++ make binutils autoconf automake autotools-dev libtool \
 	pkg-config libev-dev libjemalloc-dev \
         libev4 libjemalloc1 ca-certificates mime-support && \
-    git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-28 https://github.com/tatsuhiro-t/openssl && \
+    git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-28 https://github.com/tatsuhiro-t/openssl && \
     cd openssl && ./config enable-tls1_3 --openssldir=/etc/ssl && make -j$(nproc) && make install_sw && cd .. && rm -rf openssl && \
     git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
     cd nghttp3 && autoreconf -i && \
diff --git a/interop/Dockerfile b/interop/Dockerfile
index 54eeb060..d73fc067 100644
--- a/interop/Dockerfile
+++ b/interop/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && \
         git g++ make binutils autoconf automake autotools-dev libtool \
 	pkg-config libev-dev libjemalloc-dev \
         libev4 libjemalloc2 ca-certificates mime-support && \
-    git clone --depth 1 -b OpenSSL_1_1_1d-quic-draft-28 https://github.com/tatsuhiro-t/openssl && \
+    git clone --depth 1 -b OpenSSL_1_1_1g-quic-draft-28 https://github.com/tatsuhiro-t/openssl && \
     cd openssl && ./config enable-tls1_3 --openssldir=/etc/ssl && make -j$(nproc) && make install_sw && cd .. && rm -rf openssl && \
     git clone --depth 1 https://github.com/ngtcp2/nghttp3 && \
     cd nghttp3 && autoreconf -i && \
-- 
GitLab