Skip to content

Commit d443de8

Browse files
authored
nginx 1.27.3 (#157)
* nginx 1.27.3 https://github.com/nginx/nginx/releases/tag/release-1.27.3 * Update readme.md
1 parent 909a0bb commit d443de8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 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.27.2
2+
ARG NGINX_VERSION=1.27.3
33

44
# https://hg.nginx.org/nginx/
5-
ARG NGINX_COMMIT=331eae3dccf8
5+
ARG NGINX_COMMIT=c7f94e6c96ee
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.27.2 (331eae3dccf8)
30+
nginx version: nginx/1.27.3 (c7f94e6c96ee)
3131
built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
3232
built with OpenSSL 3.3.2 3 Sep 2024
3333
TLS SNI support enabled
3434
configure arguments:
35-
--build=331eae3dccf8
35+
--build=c7f94e6c96ee
3636
--prefix=/etc/nginx
3737
--sbin-path=/usr/sbin/nginx
3838
--modules-path=/usr/lib/nginx/modules

0 commit comments

Comments
 (0)