Skip to content

Commit b0fa6ee

Browse files
committed
增加 nginx 版本 v1.31.1 ,解决致命 BUG
1 parent 4e09c2c commit b0fa6ee

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

docker/demo/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22

33
httpsok-nginx:
44
container_name: httpsok-nginx
5-
image: httpsok/nginx:1.30.1-alpine
5+
image: httpsok/nginx:1.31.1-alpine
66
# image: httpsok/nginx:1.28.0
77
ports:
88
- "80:80"

docker/nginx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM nginx:1.30.1
1+
FROM nginx:1.31.1
22

33
LABEL maintainer="httpsok.com" \
44
description="Nginx with HTTPSOK integration" \
5-
version="1.30.1"
5+
version="1.31.1"
66

77
ENV HTTPSOK_TOKEN=""
88

docker/nginx/Dockerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM nginx:1.30.1-alpine
1+
FROM nginx:1.31.1-alpine
22

33
LABEL maintainer="httpsok.com" \
44
description="Nginx with HTTPSOK integration" \
5-
version="1.30.1"
5+
version="1.31.1"
66

77
ENV HTTPSOK_TOKEN=""
88

docker/nginx/buildx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cd `dirname $0` && pwd
44

55
echo '开始构建镜像'
66

7-
#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.30.1 -t httpsok/nginx:latest --push -f Dockerfile .
8-
#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.30.1-alpine --push -f Dockerfile-alpine .
7+
#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.31.1 -t httpsok/nginx:latest --push -f Dockerfile .
8+
#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.31.1-alpine --push -f Dockerfile-alpine .
99

1010
# 本地构建镜像并且测试
1111
# COMPOSE_BAKE=true docker-compose build httpsok-nginx-alpine

docker/nginx/compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
# 设置容器名称
99
container_name: httpsok-nginx-alpine
1010
# 镜像
11-
image: httpsok/nginx:1.30.1-alpine
11+
image: httpsok/nginx:1.31.1-alpine
1212
# 端口
1313
ports:
1414
- "80:80"
@@ -34,7 +34,7 @@ services:
3434
# 设置容器名称
3535
container_name: httpsok-nginx
3636
# 镜像
37-
image: httpsok/nginx:1.30.1
37+
image: httpsok/nginx:1.31.1
3838
# 端口
3939
ports:
4040
- "80:80"

0 commit comments

Comments
 (0)