Skip to content

Commit fb465b6

Browse files
authored
headers-more-nginx-module: fix for nginx 1.23.0
Use openresty/headers-more-nginx-module#134
1 parent db56c0b commit fb465b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
1111
ARG BORINGSSL_COMMIT=123eaaef26abc278f53ae338e9c758eb01c70b08
1212

1313
# https://github.com/openresty/headers-more-nginx-module#installation
14-
ARG HEADERS_MORE_VERSION=0.33
14+
# we want to have https://github.com/openresty/headers-more-nginx-module/commit/e536bc595d8b490dbc9cf5999ec48fca3f488632
15+
ARG HEADERS_MORE_VERSION=master
1516

1617
# https://hg.nginx.org/nginx-quic/file/quic/README#l72
1718
ARG CONFIG="\
@@ -148,7 +149,7 @@ RUN \
148149
RUN \
149150
echo "Downloading headers-more-nginx-module ..." \
150151
&& cd /usr/src \
151-
&& wget https://github.com/openresty/headers-more-nginx-module/archive/refs/tags/v${HEADERS_MORE_VERSION}.tar.gz -O headers-more-nginx-module.tar.gz \
152+
&& wget https://github.com/openresty/headers-more-nginx-module/archive/refs/heads/{HEADERS_MORE_VERSION}.tar.gz -O headers-more-nginx-module.tar.gz \
152153
&& tar -xf headers-more-nginx-module.tar.gz
153154

154155
RUN \

0 commit comments

Comments
 (0)