File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2- ARG NGINX_VERSION=1.25.5
2+ ARG NGINX_VERSION=1.27.0
33
4- # https://hg.nginx.org/nginx
5- ARG NGINX_COMMIT=49dce50fad40
4+ # https://hg.nginx.org/nginx-quic/
5+ ARG NGINX_COMMIT=ff0312de0112
66
77# https://github.com/google/ngx_brotli
88ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
@@ -124,7 +124,7 @@ WORKDIR /usr/src/
124124
125125RUN \
126126 echo "Cloning nginx $NGINX_VERSION (rev $NGINX_COMMIT from 'default' branch) ..." \
127- && hg clone -b default --rev $NGINX_COMMIT https://hg.nginx.org/nginx /usr/src/nginx-$NGINX_VERSION
127+ && hg clone -b default --rev $NGINX_COMMIT https://hg.nginx.org/nginx-quic /usr/src/nginx-$NGINX_VERSION
128128
129129RUN \
130130 echo "Cloning brotli $NGX_BROTLI_COMMIT ..." \
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2626
2727```
2828$ docker run -it macbre/nginx-http3 nginx -V
29- nginx version: nginx/1.25.5 (quic-49dce50fad40 )
29+ nginx version: nginx/1.27.0 (quic-ff0312de0112 )
3030built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
31- built with OpenSSL 3.1.4 24 Oct 2023
31+ built with OpenSSL 3.1.5 30 Jan 2024 (running with OpenSSL 3.1. 4 24 Oct 2023)
3232TLS SNI support enabled
3333configure arguments:
34- --build=quic-49dce50fad40
34+ --build=quic-ff0312de0112
3535 --prefix=/etc/nginx
3636 --sbin-path=/usr/sbin/nginx
3737 --modules-path=/usr/lib/nginx/modules
You can’t perform that action at this time.
0 commit comments