mirror of
https://github.com/yurymuski/nginx-http3.git
synced 2026-09-26 22:16:10 +00:00
bump quiche version
This commit is contained in:
+3
-1
@@ -5,6 +5,8 @@ LABEL maintainer="Yury Muski <muski.yury@gmail.com>"
|
|||||||
ENV NGINX_PATH /etc/nginx
|
ENV NGINX_PATH /etc/nginx
|
||||||
ENV NGINX_VERSION 1.19.6
|
ENV NGINX_VERSION 1.19.6
|
||||||
|
|
||||||
|
ENV QUICHE_VERSION 0.9.0
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
@@ -12,7 +14,7 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
|
RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \
|
||||||
tar xvzf 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 && \
|
git clone --recursive https://github.com/google/ngx_brotli.git && \
|
||||||
cd nginx-$NGINX_VERSION && \
|
cd nginx-$NGINX_VERSION && \
|
||||||
patch -p01 < ../quiche/extras/nginx/nginx-1.16.patch && \
|
patch -p01 < ../quiche/extras/nginx/nginx-1.16.patch && \
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
# nginx-http3
|
# nginx-http3
|
||||||
Nginx compiled with *BoringSSL* and *quiche* for *HTTP3* support, *Brotli* support.
|
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
|
Based on ubuntu:20.04, size 109MB
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user