File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 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.
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
1010Below are other available nginx versions.
1111
12+ - 1.21.1
1213- 1.21.0
1314- 1.20.0
1415- 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 33ARG NGINX_VERSION=1.19.7
44FROM 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
88ARG 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&& \
You can’t perform that action at this time.
0 commit comments