Skip to content

Commit

Permalink
Merge pull request #139 from macbre/nginx/1.27.0
Browse files Browse the repository at this point in the history
nginx 1.27.0
  • Loading branch information
macbre authored Jun 13, 2024
2 parents c4fe480 + eb7f9b1 commit ec86d72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.25.5
ARG NGINX_VERSION=1.27.0

# https://hg.nginx.org/nginx
ARG NGINX_COMMIT=49dce50fad40
# https://hg.nginx.org/nginx-quic/
ARG NGINX_COMMIT=ff0312de0112

# https://github.com/google/ngx_brotli
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
Expand Down Expand Up @@ -124,7 +124,7 @@ WORKDIR /usr/src/

RUN \
echo "Cloning nginx $NGINX_VERSION (rev $NGINX_COMMIT from 'default' branch) ..." \
&& hg clone -b default --rev $NGINX_COMMIT https://hg.nginx.org/nginx /usr/src/nginx-$NGINX_VERSION
&& hg clone -b default --rev $NGINX_COMMIT https://hg.nginx.org/nginx-quic /usr/src/nginx-$NGINX_VERSION

RUN \
echo "Cloning brotli $NGX_BROTLI_COMMIT ..." \
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.25.5 (quic-49dce50fad40)
nginx version: nginx/1.27.0 (quic-ff0312de0112)
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
built with OpenSSL 3.1.4 24 Oct 2023
built with OpenSSL 3.1.5 30 Jan 2024 (running with OpenSSL 3.1.4 24 Oct 2023)
TLS SNI support enabled
configure arguments:
--build=quic-49dce50fad40
--build=quic-ff0312de0112
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down

0 comments on commit ec86d72

Please sign in to comment.