From 8eaf021fc58854f26d25a3e638913ee11fd57909 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 8 Sep 2018 02:10:13 +0200 Subject: [PATCH] Use latest docker base image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 36a3ded..5915355 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ pipeline: build: - image: fritteli/headless-nodejs:1 + image: fritteli/headless-nodejs:1.1.0 commands: - npm install - npm run test:ci