Skip to content

Commit

Permalink
Use nghttp2 v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Feb 27, 2017
1 parent dd7c878 commit fec8264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y git g++ make binutils autoconf automake
diffutils ca-certificates psmisc \
python \
--no-install-recommends && \
git clone --depth 1 https://github.com/nghttp2/nghttp2.git && \
git clone -b v1.20.0 --depth 1 https://github.com/nghttp2/nghttp2.git && \
cd nghttp2 && \
git submodule update --init && autoreconf -i && \
./configure --disable-examples --disable-hpack-tools --disable-python-bindings --with-mruby --with-neverbleed && \
Expand Down

0 comments on commit fec8264

Please sign in to comment.