Skip to content

Commit fdb4da5

Browse files
authored
nginx 1.25.4 + njs 0.8.3
1 parent ed7d4d5 commit fdb4da5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# https://hg.nginx.org/nginx/file/tip/src/core/nginx.h
2-
ARG NGINX_VERSION=1.25.3
2+
ARG NGINX_VERSION=1.25.4
33

44
# https://hg.nginx.org/nginx
5-
ARG NGINX_COMMIT=25a2efd97a3e
5+
ARG NGINX_COMMIT=89bff782528a
66

77
# https://github.com/google/ngx_brotli
8-
ARG NGX_BROTLI_COMMIT=63ca02abdcf79c9e788d2eedcc388d2335902e52
8+
ARG NGX_BROTLI_COMMIT=a71f9312c2deb28875acc7bacfdd5695a111aa53
99

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

13-
# http://hg.nginx.org/njs / v0.8.1
14-
ARG NJS_COMMIT=a387eed79b90
13+
# http://hg.nginx.org/njs / v0.8.3
14+
ARG NJS_COMMIT=3aba7ee62080
1515

1616
# https://github.com/openresty/headers-more-nginx-module#installation
1717
# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
18-
ARG HEADERS_MORE_VERSION=0.34
18+
ARG HEADERS_MORE_VERSION=0.37
1919

2020
# https://github.com/leev/ngx_http_geoip2_module/releases
2121
ARG GEOIP2_VERSION=3.4

0 commit comments

Comments
 (0)