From 28a10f3a2fe57a08aa914136897f3aed6c79b2ce Mon Sep 17 00:00:00 2001 From: nemunaire Date: Sat, 10 Sep 2022 19:40:59 +0000 Subject: [PATCH] CI: Use alpine 3.15 to support python2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ee03a83..b48481a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build front - image: node:18-alpine + image: node:18-alpine3.15 commands: - apk --no-cache add python2 build-base - npm install --network-timeout=100000