Skip to content

Commit a8aba51

Browse files
authored
ping security headers version
Signed-off-by: Zoey <[email protected]>
1 parent c3f5322 commit a8aba51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
3434
# modules
3535
git clone --recursive https://github.com/google/ngx_brotli /src/ngx_brotli && \
3636
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 && \
3838
# git clone --recursive https://github.com/nginx-modules/ngx_http_limit_traffic_ratefilter_module /src/ngx_http_limit_traffic_ratefilter_module && \
3939
git clone --recursive https://github.com/nginx/njs /src/njs && \
4040
git clone --recursive https://github.com/vision5/ngx_devel_kit /src/ngx_devel_kit && \

0 commit comments

Comments
 (0)