File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
11
11
ARG BORINGSSL_COMMIT=123eaaef26abc278f53ae338e9c758eb01c70b08
12
12
13
13
# 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
15
16
16
17
# https://hg.nginx.org/nginx-quic/file/quic/README#l72
17
18
ARG CONFIG="\
@@ -148,7 +149,7 @@ RUN \
148
149
RUN \
149
150
echo "Downloading headers-more-nginx-module ..." \
150
151
&& 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 \
152
153
&& tar -xf headers-more-nginx-module.tar.gz
153
154
154
155
RUN \
You can’t perform that action at this time.
0 commit comments