diff --git a/.drone.yml b/.drone.yml index 3987d42..a0f6375 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ trigger: steps: - name: dev-install - image: ccr.ccs.tencentyun.com/violin/node:24-alpine + image: ccr.ccs.tencentyun.com/violin/node:22-bookworm commands: - npm install volumes: @@ -26,7 +26,7 @@ steps: path: /root/.npm - name: dev-build - image: ccr.ccs.tencentyun.com/violin/node:24-alpine + image: ccr.ccs.tencentyun.com/violin/node:22-bookworm commands: - npm run build:h5 volumes: @@ -73,7 +73,7 @@ trigger: steps: - name: prod-install - image: ccr.ccs.tencentyun.com/violin/node:24-alpine + image: ccr.ccs.tencentyun.com/violin/node:22-bookworm commands: - npm install volumes: @@ -81,7 +81,7 @@ steps: path: /root/.npm - name: prod-build - image: ccr.ccs.tencentyun.com/violin/node:24-alpine + image: ccr.ccs.tencentyun.com/violin/node:22-bookworm commands: - npm run build:h5 volumes: