From 49301621ab79afed59da556d5eee9d43b7d3b8f3 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 8 Sep 2018 01:21:46 +0200 Subject: [PATCH] Use version 1 of docker image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4a719dc..36a3ded 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: fritteli/headless-nodejs + image: fritteli/headless-nodejs:1 commands: - npm install - npm run test:ci