From 03276bca8ecf9a43bb87507ad0fc48dee2e9e4b8 Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 10 Jan 2025 16:33:33 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E4=B8=BA=20Alpine=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Node.js 镜像从 node:22 更改为 node:22-alpine - 添加镜像加速器配置以提高下载速度 --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b632ef1..1369e79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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