Skip to content

Commit

Permalink
fix: 修改DockerfileNginx配置,修复构建时镜像平台异常
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Oct 5, 2024
1 parent b6ef6e4 commit 2149bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store sh ./scripts/ci && pnpm build:
pnpm build:docs-proxy; \
fi;

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

## 自定义镜像的Label信息
ARG APP_NAME
Expand Down

0 comments on commit 2149bfc

Please sign in to comment.