Skip to content

Commit

Permalink
Updated mainline NGINX to 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-snow committed Jun 11, 2023
1 parent e9385ba commit bc21dbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV NGINX_VERSION 1.23.2
ENV OPENSSL_VERSION 3.0.7
ENV NGINX_VERSION 1.23.3
ENV OPENSSL_VERSION 3.0.8

RUN GPG_KEYS_NGINX=B0F4253373F8F6F510D42178520A9993A1C052F8 \
&& GPG_KEYS_OPENSSL=0E604491 \
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ Dockerfile 参考自官方的 [docker-nginx](https://github.com/nginxinc/docker-

基于 commit baa050df601b5e798431a9db458e16f53b1031f6 修改的此 Dockerfile 。

## 更新至 Nginx(mainline version) 1.23.2
## 更新至 Nginx(mainline version) 1.23.3
## 更新至 Nginx(stable version) 1.22.1

## Tags

* [`latest`,`amd64-1.23.2` (Dockerfile)](https://github.com/Ran-snow/docker-nginx/blob/master/Dockerfile)
* ~~[`arm64v8-1.23.2` (Dockerfile)](https://github.com/Ran-snow/docker-nginx/blob/master/Dockerfile)~~
* [`latest`,`amd64-1.23.3` (Dockerfile)](https://github.com/Ran-snow/docker-nginx/blob/master/Dockerfile)
* ~~[`arm64v8-1.23.3` (Dockerfile)](https://github.com/Ran-snow/docker-nginx/blob/master/Dockerfile)~~

## 架构支持

`amd64`, ~~`arm64v8`~~

## 修改如下
1. ~~改用 [https://mirrors.aliyun.com](https://mirrors.aliyun.com) 镜像源,用以提升构建速度。~~
2. 使用openssl 3.0.7, 并对openssl进行防篡改(gpg)校验。
2. 使用openssl 3.0.8, 并对openssl进行防篡改(gpg)校验。
3. 启用 Nginx 对 TLS1.3/http2/brotli/geoip2 的支持。
4. 使用东八时区。
5. 预设“Modern configuration”型配置文件示例
Expand All @@ -32,11 +32,11 @@ gunzip dbip-country-lite-2022-02.mmdb.gz

## 构建

~~docker build -t rsnow/nginx:arm64v8-1.23.2 .~~
~~docker build -t rsnow/nginx:arm64v8-1.23.3 .~~

## 推送镜像

~~docker push rsnow/nginx:arm64v8-1.23.2~~
~~docker push rsnow/nginx:arm64v8-1.23.3~~

## 更多

Expand Down

0 comments on commit bc21dbc

Please sign in to comment.