File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
34
34
# modules
35
35
git clone --recursive https://github.com/google/ngx_brotli /src/ngx_brotli && \
36
36
git clone --recursive https://github.com/aperezdc/ngx-fancyindex /src/ngx-fancyindex && \
37
- git clone --recursive https://github.com/GetPageSpeed/ngx_security_headers /src/ngx_security_headers && \
37
+ git clone --recursive -b 0.0.11 https://github.com/GetPageSpeed/ngx_security_headers /src/ngx_security_headers && \
38
38
# git clone --recursive https://github.com/nginx-modules/ngx_http_limit_traffic_ratefilter_module /src/ngx_http_limit_traffic_ratefilter_module && \
39
39
git clone --recursive https://github.com/nginx/njs /src/njs && \
40
40
git clone --recursive https://github.com/vision5/ngx_devel_kit /src/ngx_devel_kit && \
You can’t perform that action at this time.
0 commit comments