Skip to content

Commit

Permalink
Merge pull request #146 from macbre/nginx/1.27.1
Browse files Browse the repository at this point in the history
Bump to nginx v1.27.1
  • Loading branch information
macbre authored Aug 14, 2024
2 parents a01f0f1 + ff7fb0a commit f7fe675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0
ARG NGINX_VERSION=1.27.1

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

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

```
$ docker run -it macbre/nginx-http3 nginx -V
nginx version: nginx/1.27.0 (quic-ff0312de0112)
nginx version: nginx/1.27.1 (quic-8796dfbe7177)
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
built with OpenSSL 3.1.6 4 Jun 2024 (running with OpenSSL 3.1.5 30 Jan 2024)
built with OpenSSL 3.1.6 4 Jun 2024
TLS SNI support enabled
configure arguments:
--build=quic-ff0312de0112
--build=quic-8796dfbe7177
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down

0 comments on commit f7fe675

Please sign in to comment.