File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ 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.0 `
7
+ ` docker pull soulteary/prebuilt-nginx-modules:base-1.21.1 `
8
8
9
9
## Nginx Versions
10
10
Below are other available nginx versions.
11
11
12
+ - 1.21.1
12
13
- 1.21.0
13
14
- 1.20.0
14
15
- 1.19.10
Original file line number Diff line number Diff line change 1
- NGINX_VERSION = 1.21.0
2
- NGINX_SHASUM = 40776903508b610e3c6dc9feaa8408d47074accc
1
+ NGINX_VERSION = 1.21.1
2
+ NGINX_SHASUM = 65bb3d583cb418d773e6e349033038e1e8a9c83f
Original file line number Diff line number Diff line change 3
3
ARG NGINX_VERSION=1.19.7
4
4
FROM nginx:${NGINX_VERSION}
5
5
# 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
7
7
8
8
ARG NGINX_SHASUM=0dde53b5a948efc9dc852814186052e559d190ea
9
9
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 && \
13
11
apt-get install -y apt-transport-https lsb-release ca-certificates && \
14
12
apt-get install -y build-essential software-properties-common && \
15
13
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&& \
You can’t perform that action at this time.
0 commit comments