Skip to content

Commit f7fe675

Browse files
authoredAug 14, 2024··
Merge pull request #146 from macbre/nginx/1.27.1
Bump to nginx v1.27.1
2 parents a01f0f1 + ff7fb0a commit f7fe675

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Dockerfile

+2-2
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.27.0
2+
ARG NGINX_VERSION=1.27.1
33

44
# https://hg.nginx.org/nginx-quic/
5-
ARG NGINX_COMMIT=ff0312de0112
5+
ARG NGINX_COMMIT=8796dfbe7177
66

77
# https://github.com/google/ngx_brotli
88
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53

‎readme.md

+3-3
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.27.0 (quic-ff0312de0112)
29+
nginx version: nginx/1.27.1 (quic-8796dfbe7177)
3030
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
31-
built with OpenSSL 3.1.6 4 Jun 2024 (running with OpenSSL 3.1.5 30 Jan 2024)
31+
built with OpenSSL 3.1.6 4 Jun 2024
3232
TLS SNI support enabled
3333
configure arguments:
34-
--build=quic-ff0312de0112
34+
--build=quic-8796dfbe7177
3535
--prefix=/etc/nginx
3636
--sbin-path=/usr/sbin/nginx
3737
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)
Please sign in to comment.