File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ Nginx Development Environment based on official docker image.
44
55## Docker Image Name
66
7- ` docker pull soulteary/prebuilt-nginx-modules:base-1.21.1 `
7+ ` docker pull soulteary/prebuilt-nginx-modules:base-1.21.3 `
88
99## Nginx Versions
10+
1011Below are other available nginx versions.
1112
13+ - 1.21.3
1214- 1.21.1
1315- 1.21.0
1416- 1.20.0
Original file line number Diff line number Diff line change 1- NGINX_VERSION = 1.21.1
2- NGINX_SHASUM = 65bb3d583cb418d773e6e349033038e1e8a9c83f
1+ NGINX_VERSION = 1.21.3
2+ NGINX_SHASUM = 682f592180cdd91ae866a8b40c3d8762659248d7
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && \
1414 apt install -y wget curl && mkdir -p /usr/src
1515
1616RUN cd /usr/src && \
17- wget https://ftp.pcre.org/pub /pcre/pcre-8.44.tar.gz && \
17+ wget https://cfhcable.dl.sourceforge.net/project /pcre/pcre/8.44 /pcre-8.44.tar.gz && \
1818 tar zxvf pcre-8.44.tar.gz && \
1919 cd pcre-8.44 && \
2020 ./configure && make && make install
You can’t perform that action at this time.
0 commit comments