From 806521693012f9d39b9443fde0895195bf92514e Mon Sep 17 00:00:00 2001 From: Tom <18158510+Ran-snow@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:32:08 +0800 Subject: [PATCH] Updated mainline nginx to 1.27.1 --- Dockerfile | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9560ca9..2d1579a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 4cf2ac1..7ac9a57 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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”型配置文件示例。 @@ -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 ``` ## 更多