Skip to content

Commit 857977a

Browse files
authored
headers-more: bump to v0.38 (#162)
* headers-more: bump to v0.38 https://github.com/openresty/headers-more-nginx-module/releases/tag/v0.38 * Update readme.md
1 parent 8f31ca6 commit 857977a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG NJS_COMMIT=9d3e71ca656b920e3e63b0e647aca8e91669d29a
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.37
18+
ARG HEADERS_MORE_VERSION=0.38
1919

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

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ configure arguments:
8080
--with-http_v3_module
8181
--with-openssl-opt=enable-ktls
8282
--add-module=/usr/src/ngx_brotli
83-
--add-module=/usr/src/headers-more-nginx-module-0.37
83+
--add-module=/usr/src/headers-more-nginx-module-0.38
8484
--add-module=/usr/src/njs/nginx
8585
--add-module=/usr/src/zstd
8686
--add-dynamic-module=/usr/src/ngx_http_geoip2_module

0 commit comments

Comments
 (0)