Skip to content

Commit 7058073

Browse files
committed
1.21.1
1 parent dd1bd87 commit 7058073

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Nginx Development Environment based on official docker image.
44

55
## Docker Image Name
66

7-
`docker pull soulteary/prebuilt-nginx-modules:base-1.21.0`
7+
`docker pull soulteary/prebuilt-nginx-modules:base-1.21.1`
88

99
## Nginx Versions
1010
Below are other available nginx versions.
1111

12+
- 1.21.1
1213
- 1.21.0
1314
- 1.20.0
1415
- 1.19.10

src/.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
NGINX_VERSION=1.21.0
2-
NGINX_SHASUM=40776903508b610e3c6dc9feaa8408d47074accc
1+
NGINX_VERSION=1.21.1
2+
NGINX_SHASUM=65bb3d583cb418d773e6e349033038e1e8a9c83f

src/Dockerfile.debian

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
ARG NGINX_VERSION=1.19.7
44
FROM nginx:${NGINX_VERSION}
55
# Mirror
6-
# RUN sed -i 's/http:\/\/.*.debian.org/http:\/\/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.list
6+
# RUN sed -i 's/http:\/\/.*.debian.org/https:\/\/mirrors.tuna.tsinghua.edu.cn\/debian\/dists\/Debian10.10/' /etc/apt/sources.list
77

88
ARG NGINX_SHASUM=0dde53b5a948efc9dc852814186052e559d190ea
99

10-
RUN sed -i '/deb http:\/\/nginx.org\/packages\/debian\/ stretch nginx/d' /etc/apt/sources.list && \
11-
sed -i '/deb http:\/\/mirrors.tuna.tsinghua.edu.cn stretch\/updates main/d' /etc/apt/sources.list && \
12-
apt-get update && \
10+
RUN apt-get update && \
1311
apt-get install -y apt-transport-https lsb-release ca-certificates && \
1412
apt-get install -y build-essential software-properties-common && \
1513
apt install -y perl libperl-dev libgd3 libgd-dev libgeoip1 libgeoip-dev geoip-bin libxml2 libxml2-dev libxslt1.1 libxslt1-dev libc6-dev libpcre3-dev&& \

0 commit comments

Comments
 (0)