Skip to content

Commit

Permalink
Merge pull request #137 from macbre/nginx/1.25.5
Browse files Browse the repository at this point in the history
nginx v1.25.5 and njs v0.8.4
  • Loading branch information
macbre authored May 8, 2024
2 parents f2f4b52 + 64097bc commit c4fe480
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Test njs command line
run: |
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.3"
echo "console.log('Using njs v' + njs.version)" | docker run -i --rm macbre/nginx njs -q - | grep "Using njs v0.8.4"
- name: Show logs
if: always()
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
ARG NGINX_VERSION=1.25.4
ARG NGINX_VERSION=1.25.5

# https://hg.nginx.org/nginx
ARG NGINX_COMMIT=89bff782528a
ARG NGINX_COMMIT=49dce50fad40

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

# https://github.com/google/boringssl
#ARG BORINGSSL_COMMIT=fae0964b3d44e94ca2a2d21f86e61dabe683d130

# http://hg.nginx.org/njs / v0.8.3
ARG NJS_COMMIT=3aba7ee62080
# http://hg.nginx.org/njs / v0.8.4
ARG NJS_COMMIT=7133f0400019

# https://github.com/openresty/headers-more-nginx-module#installation
# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
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.4 (quic-89bff782528a)
nginx version: nginx/1.25.5 (quic-49dce50fad40)
built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
built with OpenSSL 3.1.4 24 Oct 2023
TLS SNI support enabled
configure arguments:
--build=quic-89bff782528a
--build=quic-49dce50fad40
--prefix=/etc/nginx
--sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib/nginx/modules
Expand Down Expand Up @@ -83,7 +83,7 @@ configure arguments:
--add-dynamic-module=/usr/src/ngx_http_geoip2_module
$ docker run -it macbre/nginx-http3 njs -v
0.8.3
0.8.4
```

## SSL Grade A+ handling
Expand Down

0 comments on commit c4fe480

Please sign in to comment.