We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0361dc commit 479e6c2Copy full SHA for 479e6c2
README.md
@@ -7,7 +7,7 @@ Nginx Development Environment based on official docker image and official source
7
## Quick Start
8
9
```bash
10
-docker pull soulteary/prebuilt-nginx-modules:base-1.22.0
+docker pull soulteary/prebuilt-nginx-modules:base-1.23.0
11
```
12
13
Example, how to quickly build a nginx addon:
@@ -50,6 +50,7 @@ Pre-built nginx addons binaries based on this project
50
51
Below are other available nginx versions.
52
53
+- 1.23.0
54
- 1.22.0
55
- 1.21.6
56
- 1.21.5
src/.env
@@ -1,2 +1,2 @@
1
-NGINX_VERSION=1.22.0
2
-NGINX_SHASUM=419efb77b80f165666e2ee406ad8ae9b845aba93
+NGINX_VERSION=1.23.0
+NGINX_SHASUM=cd87fa16c0f086f296b0ae4765ced8f39f559085
0 commit comments