From 030a9503c34d79769cd3b84c57a6a0c8f24f06ae Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 17 Aug 2021 20:43:24 +0200 Subject: [PATCH] Updated used drone image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ba6ccde..866d510 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ name: build:tag steps: - name: build and package depends_on: ["clone"] - image: node:15.11.0-alpine3.13 + image: node:16-alpine3.14 commands: - apk add git zip -f - yarn