Skip to content

Commit

Permalink
Update NGINX to 1.27.2 (#2)
Browse files Browse the repository at this point in the history
* update nginx to 1.27.2
* update njs to 0.8.7
* update njs-acme to 1.0.0
  • Loading branch information
zengxs authored Nov 22, 2024
1 parent 540c411 commit 460c157
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

env:
NGINX_VERSION: 1.25.2
NGINX_VERSION: 1.27.2

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Change your docker-compose file like this:
version: '3.9'
services:
nginx:
- image: nginx:1.25.2
+ image: zengxs/nginx:1.25.2
- image: nginx:1.27.2
+ image: zengxs/nginx:1.27.2
```

Or change your docker command like this:
Expand All @@ -52,8 +52,8 @@ Or change your docker command like this:
-v $PWD/conf.d:/etc/nginx/conf.d \
-v $PWD/certs:/etc/nginx/certs \
-p 80:80 -p 443:443 \
- nginx:1.25.2
+ zengxs/nginx:1.25.2
- nginx:1.27.2
+ zengxs/nginx:1.27.2
```

## Third-party modules
Expand Down
2 changes: 1 addition & 1 deletion modules/njs
Submodule njs updated 171 files
2 changes: 1 addition & 1 deletion nginx
Submodule nginx updated 117 files

0 comments on commit 460c157

Please sign in to comment.