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