Skip to content

Commit ec86d72

Browse files
authored
Merge pull request #139 from macbre/nginx/1.27.0
nginx 1.27.0
2 parents c4fe480 + eb7f9b1 commit ec86d72

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
88
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
@@ -124,7 +124,7 @@ WORKDIR /usr/src/
124124

125125
RUN \
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

129129
RUN \
130130
echo "Cloning brotli $NGX_BROTLI_COMMIT ..." \

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
3030
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)
3232
TLS SNI support enabled
3333
configure 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

0 commit comments

Comments
 (0)