Skip to content

Commit

Permalink
Updated stable nginx to 1.24.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-snow committed Jun 11, 2023
1 parent ded5ae1 commit 8985f73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3

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

ENV NGINX_VERSION 1.23.4
ENV NGINX_VERSION 1.24.0
ENV OPENSSL_VERSION 3.0.8

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

基于 commit baa050df601b5e798431a9db458e16f53b1031f6 修改的此 Dockerfile 。

## 更新至 Nginx(mainline version) 1.23.4
## 更新至 Nginx(mainline version) 1.24.0
## 更新至 Nginx(stable version) 1.22.1

## Tags

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

## 架构支持

Expand All @@ -32,11 +32,11 @@ gunzip dbip-country-lite-2022-02.mmdb.gz

## 构建

~~docker build -t rsnow/nginx:arm64v8-1.23.4 .~~
~~docker build -t rsnow/nginx:arm64v8-1.24.0 .~~

## 推送镜像

~~docker push rsnow/nginx:arm64v8-1.23.4~~
~~docker push rsnow/nginx:arm64v8-1.24.0~~

## 更多

Expand Down

0 comments on commit 8985f73

Please sign in to comment.