From 181f9de13037376d4874b96f486bcc8ba5e05fd4 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 24 Jan 2022 15:26:14 -0500 Subject: [PATCH] diff image name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1be9493..eae329a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build pull: always - image: nodejs:latest + image: node:latest commands: - npm install - npm run clean