File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Nginx Development Environment based on official docker image and official source
7
7
## Quick Start
8
8
9
9
``` bash
10
- docker pull soulteary/prebuilt-nginx-modules:base-1.21.6
10
+ docker pull soulteary/prebuilt-nginx-modules:base-1.22.0
11
11
```
12
12
13
13
Example, how to quickly build a nginx addon:
@@ -50,6 +50,7 @@ Pre-built nginx addons binaries based on this project
50
50
51
51
Below are other available nginx versions.
52
52
53
+ - 1.22.0
53
54
- 1.21.6
54
55
- 1.21.5
55
56
- 1.21.4
Original file line number Diff line number Diff line change 1
- NGINX_VERSION = 1.21.6
2
- NGINX_SHASUM = 3e6d39a714f6716861286630a5f9df3044668d5a
1
+ NGINX_VERSION = 1.22.0
2
+ NGINX_SHASUM = 419efb77b80f165666e2ee406ad8ae9b845aba93
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ RUN cd /usr/src && \
20
20
./configure && make && make install
21
21
22
22
RUN cd /usr/src && \
23
- wget https://www.zlib.net/zlib-1.2.11 .tar.gz && \
24
- tar zxvf zlib-1.2.11 .tar.gz && \
25
- cd zlib-1.2.11 && \
23
+ wget https://www.zlib.net/zlib-1.2.12 .tar.gz && \
24
+ tar zxvf zlib-1.2.12 .tar.gz && \
25
+ cd zlib-1.2.12 && \
26
26
./configure && make && make install
27
27
28
28
RUN cd /usr/src && \
You can’t perform that action at this time.
0 commit comments