From 5d6f519564ec502d98aae715005bc857b88a1f37 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 24 Feb 2021 16:56:43 +0100 Subject: [PATCH] Use newer docker image for build. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca87879..76b65fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,10 @@ name: default steps: - name: prepare - image: node:12 + image: node:15-alpine commands: - npm install - name: build - image: node:12 + image: node:15-alpine commands: - npm run build