From 1f7c6582dc3777450b631794089f4f5bd9b4aca6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> Date: Fri, 22 May 2020 21:00:51 +0900 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 +- interop/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 59e334eb..c939b5d9 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-25 https://github.com/tatsuhiro-t/openssl && \ + git clone --depth 1 -b OpenSSL_1_1_1d-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 cd9f208d..54eeb060 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-27 https://github.com/tatsuhiro-t/openssl && \ + git clone --depth 1 -b OpenSSL_1_1_1d-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