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