From e074eb9be34adfbcac5e48a029e2cef02322f857 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 17:28:45 +0200 Subject: [PATCH] Dro e. --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b2fe21e..792e659 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,9 @@ type: docker steps: - name: build - image: node:alpine + image: node:16.16.0-alpine3.16 commands: - - apk add --no-cache python make g++ + - apk add --update python make g++ + - rm -rf /var/cache/apk/* - npm install - vue-cli-service build --mode production