Skip to content

Commit 2149bfc

Browse files
committed
fix: 修改DockerfileNginx配置,修复构建时镜像平台异常
1 parent b6ef6e4 commit 2149bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store sh ./scripts/ci && pnpm build:
3232
pnpm build:docs-proxy; \
3333
fi;
3434

35-
FROM registry.cn-hangzhou.aliyuncs.com/142vip/nginx:1.23.0-alpine
35+
FROM registry.cn-hangzhou.aliyuncs.com/142vip/nginx:1.27.0-alpine
3636

3737
## 自定义镜像的Label信息
3838
ARG APP_NAME

0 commit comments

Comments
 (0)