Skip to content

Commit

Permalink
Updated mainline nginx to 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-snow committed Jun 16, 2024
1 parent 9a640d8 commit 8065216
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.27.0
ENV OPENSSL_VERSION 3.0.13
ENV NGINX_VERSION 1.27.1
ENV OPENSSL_VERSION 3.0.14
ENV OPENSSL_CONF /etc/ssl/openssl.cnf

RUN GPG_KEYS_NGINX=B0F4253373F8F6F510D42178520A9993A1C052F8 \
Expand Down
6 changes: 3 additions & 3 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.27.0
## 更新至 Nginx(stable version) 1.27.1

## Dockerfile

Expand All @@ -18,7 +18,7 @@ Dockerfile 参考自官方的 [docker-nginx](https://github.com/nginxinc/docker-
## 修改如下
1. ~~改用 [https://mirrors.aliyun.com](https://mirrors.aliyun.com) 镜像源,用以提升构建速度。~~
2. 使用openssl 3.0.13, 并对openssl进行防篡改(gpg)校验。
2. 使用openssl 3.0.14, 并对openssl进行防篡改(gpg)校验。
3. 启用 Nginx 对 TLS1.3/http2/http3(>=1.25.0)/brotli/geoip2 的支持。
4. 使用东八时区。
5. 预设“Modern configuration”型配置文件示例。
Expand All @@ -36,7 +36,7 @@ gunzip dbip-country-lite-2022-02.mmdb.gz
## Docker Pull Command

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

## 更多
Expand Down

0 comments on commit 8065216

Please sign in to comment.