Skip to content

Commit

Permalink
bump quiche version
Browse files Browse the repository at this point in the history
  • Loading branch information
yurymuski committed Jul 31, 2021
1 parent 2fceb6c commit ddfdd70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ LABEL maintainer="Yury Muski <[email protected]>"
ENV NGINX_PATH /etc/nginx
ENV NGINX_VERSION 1.19.6

ENV QUICHE_VERSION 0.9.0

WORKDIR /opt

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y libpcre3 libpcre3-dev zlib1g-dev zlib1g golang-go build-essential git curl cmake;

RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
tar xvzf nginx-$NGINX_VERSION.tar.gz && \
git clone --recursive https://github.com/cloudflare/quiche && \
git clone --branch $QUICHE_VERSION --recursive https://github.com/cloudflare/quiche && \
git clone --recursive https://github.com/google/ngx_brotli.git && \
cd nginx-$NGINX_VERSION && \
patch -p01 < ../quiche/extras/nginx/nginx-1.16.patch && \
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# nginx-http3
Nginx compiled with *BoringSSL* and *quiche* for *HTTP3* support, *Brotli* support.

## Nginx version: nginx/1.19.6 (quiche-5afe288)
## version

nginx version: nginx/1.19.6 (quiche-ad9d933)
quiche 0.9.0

Based on ubuntu:20.04, size 109MB

Expand Down

0 comments on commit ddfdd70

Please sign in to comment.