Skip to content

Commit 6b6f778

Browse files
authored
nginx 1.29.7 (#184)
* nginx 1.29.7 * Update nginx version in README Updated nginx version from 1.29.6 to 1.29.7 and adjusted build identifier.
1 parent 67e07ad commit 6b6f778

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# https://github.com/nginx/nginx/blob/master/src/core/nginx.h
2-
ARG NGINX_VERSION=1.29.6
2+
ARG NGINX_VERSION=1.29.7
33

44
# https://github.com/nginx/nginx/releases
5-
ARG NGINX_COMMIT=cb85fbb
5+
ARG NGINX_COMMIT=5ac6f49
66

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

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2727

2828
```
2929
$ docker run -it macbre/nginx-http3 nginx -V
30-
nginx version: nginx/1.29.6 (cb85fbb)
30+
nginx version: nginx/1.29.7 (5ac6f49)
3131
built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
3232
built with OpenSSL 3.3.6 27 Jan 2026
3333
TLS SNI support enabled
3434
configure arguments:
35-
--build=cb85fbb
35+
--build=5ac6f49
3636
--prefix=/etc/nginx
3737
--sbin-path=/usr/sbin/nginx
3838
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)