build: 更新构建镜像为 Alpine 版本
Some checks reported errors
continuous-integration/drone/push Build was killed

- 将 Node.js 镜像从 node:22 更改为 node:22-alpine
- 添加镜像加速器配置以提高下载速度
This commit is contained in:
lixin 2025-01-10 16:33:33 +08:00
parent 07aa5417e9
commit 03276bca8e

View File

@ -15,8 +15,9 @@ volumes:
steps:
- name: build-project
image: node:22
image: node:22-alpine
depends_on: [clone]
mirror: https://docker.1panelproxy.com
volumes:
- name: node_modules
path: /drone/src/node_modules