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 1
1
# 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
3
3
4
- # https://hg.nginx.org/nginx
5
- ARG NGINX_COMMIT=49dce50fad40
4
+ # https://hg.nginx.org/nginx-quic/
5
+ ARG NGINX_COMMIT=ff0312de0112
6
6
7
7
# https://github.com/google/ngx_brotli
8
8
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
@@ -124,7 +124,7 @@ WORKDIR /usr/src/
124
124
125
125
RUN \
126
126
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
128
128
129
129
RUN \
130
130
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
26
26
27
27
```
28
28
$ 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 )
30
30
built 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)
32
32
TLS SNI support enabled
33
33
configure arguments:
34
- --build=quic-49dce50fad40
34
+ --build=quic-ff0312de0112
35
35
--prefix=/etc/nginx
36
36
--sbin-path=/usr/sbin/nginx
37
37
--modules-path=/usr/lib/nginx/modules
You can’t perform that action at this time.
0 commit comments