File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ARG DTR_VER=1.27.4
12
12
ARG RCP_VER=1.27.1
13
13
14
14
ARG NB_VER=master
15
- ARG NF_VER=master
15
+ ARG NF_VER=patch-1
16
16
ARG HMNM_VER=v0.38
17
17
ARG NJS_VER=0.8.9
18
18
ARG NDK_VER=v0.3.4
@@ -58,7 +58,7 @@ RUN apk upgrade --no-cache -a && \
58
58
rm -v /src/nginx/*.patch && \
59
59
# modules
60
60
git clone --recurse-submodules https://github.com/google/ngx_brotli --branch "$NB_VER" /src/ngx_brotli && \
61
- git clone https://github.com/aperezdc /ngx-fancyindex --branch "$NF_VER" /src/ngx-fancyindex && \
61
+ git clone https://github.com/Zoey2936 /ngx-fancyindex --branch "$NF_VER" /src/ngx-fancyindex && \
62
62
git clone https://github.com/openresty/headers-more-nginx-module --branch "$HMNM_VER" /src/headers-more-nginx-module && \
63
63
git clone https://github.com/nginx/njs --branch "$NJS_VER" /src/njs && \
64
64
git clone https://github.com/vision5/ngx_devel_kit --branch "$NDK_VER" /src/ngx_devel_kit && \
You can’t perform that action at this time.
0 commit comments