File tree 3 files changed +6
-4
lines changed
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.
4
4
5
5
## Docker Image Name
6
6
7
- ` docker pull soulteary/prebuilt-nginx-modules:base-1.21.1 `
7
+ ` docker pull soulteary/prebuilt-nginx-modules:base-1.21.3 `
8
8
9
9
## Nginx Versions
10
+
10
11
Below are other available nginx versions.
11
12
13
+ - 1.21.3
12
14
- 1.21.1
13
15
- 1.21.0
14
16
- 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 && \
14
14
apt install -y wget curl && mkdir -p /usr/src
15
15
16
16
RUN 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 && \
18
18
tar zxvf pcre-8.44.tar.gz && \
19
19
cd pcre-8.44 && \
20
20
./configure && make && make install
You can’t perform that action at this time.
0 commit comments