Skip to content

Commit c68fd84

Browse files
committed
update: 1.21.3
1 parent 7058073 commit c68fd84

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff 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+
1011
Below are other available nginx versions.
1112

13+
- 1.21.3
1214
- 1.21.1
1315
- 1.21.0
1416
- 1.20.0

src/.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
NGINX_VERSION=1.21.1
2-
NGINX_SHASUM=65bb3d583cb418d773e6e349033038e1e8a9c83f
1+
NGINX_VERSION=1.21.3
2+
NGINX_SHASUM=682f592180cdd91ae866a8b40c3d8762659248d7

src/Dockerfile.debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && \
1414
apt install -y wget curl && mkdir -p /usr/src
1515

1616
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 && \
1818
tar zxvf pcre-8.44.tar.gz && \
1919
cd pcre-8.44 && \
2020
./configure && make && make install

0 commit comments

Comments
 (0)