Skip to content

Commit

Permalink
nginx 1.27.3 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Nov 26, 2024
1 parent 909a0bb commit d443de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
ARG NGINX_VERSION=1.27.2
ARG NGINX_VERSION=1.27.3

# https://hg.nginx.org/nginx/
ARG NGINX_COMMIT=331eae3dccf8
ARG NGINX_COMMIT=c7f94e6c96ee

# https://github.com/google/ngx_brotli
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest

```
$ docker run -it macbre/nginx-http3 nginx -V
nginx version: nginx/1.27.2 (331eae3dccf8)
nginx version: nginx/1.27.3 (c7f94e6c96ee)
built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309)
built with OpenSSL 3.3.2 3 Sep 2024
TLS SNI support enabled
configure arguments:
--build=331eae3dccf8
--build=c7f94e6c96ee
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down

0 comments on commit d443de8

Please sign in to comment.