Skip to content

Commit

Permalink
Updated mainline nginx to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-snow committed May 24, 2024
1 parent 97e7694 commit 9a640d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/Ran-snow/docker-nginx
LABEL org.opencontainers.image.description="NGINX Docker"
LABEL org.opencontainers.image.licenses=GPL-3.0

ENV NGINX_VERSION 1.26.0
ENV NGINX_VERSION 1.27.0
ENV OPENSSL_VERSION 3.0.13
ENV OPENSSL_CONF /etc/ssl/openssl.cnf

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Dockerfile 参考自官方的 [docker-nginx](https://github.com/nginxinc/docker-
基于 commit baa050df601b5e798431a9db458e16f53b1031f6 修改的此 Dockerfile 。

## 更新至 Nginx(mainline version) 1.25.5
## 更新至 Nginx(stable version) 1.26.0
## 更新至 Nginx(stable version) 1.27.0

## Dockerfile

Expand Down Expand Up @@ -36,7 +36,7 @@ gunzip dbip-country-lite-2022-02.mmdb.gz
## Docker Pull Command

```
docker pull rsnow/nginx:1.26.0
docker pull rsnow/nginx:1.27.0
```

## 更多
Expand Down

0 comments on commit 9a640d8

Please sign in to comment.