From a5280f73f1f13248352f184b31c3475e3b761379 Mon Sep 17 00:00:00 2001 From: Bad Date: Mon, 19 Oct 2020 16:54:42 +0200 Subject: [PATCH] Switch to alpine-node instead of node container --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a61e98a..1ab44d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: node:14 + image: node:current-alpine3.12 commands: - npm install -D - npm run rebuild