From f1fc68e7bf05135a3d9aae249fd89cc47615c86b Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 3 Mar 2019 13:36:34 +0700 Subject: [PATCH] Fix Docker tag syntax --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2305ce7..e4b651d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: tests - image: colthreepv/node-chrome#8 + image: colthreepv/node-chrome:8 commands: - npm install - npm test