Skip to content

Commit 324b16f

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

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
@@ -47,7 +47,7 @@ RUN apk upgrade --no-cache -a && \
4747
# Nginx
4848
git clone https://github.com/nginx/nginx --branch "$NGINX_VER" /src/nginx && \
4949
cd /src/nginx && \
50-
wget -q https://raw.githubusercontent.com/Zoey2936/ngx_http_tls_dyn_size/patch-1/nginx__dynamic_tls_records_"$DTR_VER"%2B.patch -O /src/nginx/1.patch && \
50+
wget -q https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_"$DTR_VER"%2B.patch -O /src/nginx/1.patch && \
5151
wget -q https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-"$RCP_VER"-resolver_conf_parsing.patch -O /src/nginx/2.patch && \
5252
sed -i "s|nginx/|NPMplus/|g" /src/nginx/src/core/nginx.h && \
5353
sed -i "s|Server: nginx|Server: NPMplus|g" /src/nginx/src/http/ngx_http_header_filter_module.c && \

0 commit comments

Comments
 (0)