Skip to content

Commit f32c31b

Browse files
authored
Update Dockerfile
Signed-off-by: Zoey <[email protected]>
1 parent 7ce8724 commit f32c31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG DTR_VER=1.27.4
1212
ARG RCP_VER=1.27.1
1313

1414
ARG NB_VER=master
15-
ARG NF_VER=master
15+
ARG NF_VER=patch-1
1616
ARG HMNM_VER=v0.38
1717
ARG NJS_VER=0.8.9
1818
ARG NDK_VER=v0.3.4
@@ -58,7 +58,7 @@ RUN apk upgrade --no-cache -a && \
5858
rm -v /src/nginx/*.patch && \
5959
# modules
6060
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 && \
6262
git clone https://github.com/openresty/headers-more-nginx-module --branch "$HMNM_VER" /src/headers-more-nginx-module && \
6363
git clone https://github.com/nginx/njs --branch "$NJS_VER" /src/njs && \
6464
git clone https://github.com/vision5/ngx_devel_kit --branch "$NDK_VER" /src/ngx_devel_kit && \

0 commit comments

Comments
 (0)