From 7f3de0802a58db89711dcc27ff13616cfd4cdd3f Mon Sep 17 00:00:00 2001 From: Vince Montalbano Date: Fri, 18 Oct 2019 17:31:00 -0400 Subject: [PATCH] Update runner.yml --- runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.yml b/runner.yml index af6d1f3..ee191a0 100644 --- a/runner.yml +++ b/runner.yml @@ -414,7 +414,7 @@ Resources: runas=root commands: 10-docker-machine: - command: 'curl -L https://github.com/docker/machine/releases/download/v0.14.0/docker-machine-`uname -s`-`uname -m` > /tmp/docker-machine && install /tmp/docker-machine /usr/bin/docker-machine' + command: 'curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`uname -s`-`uname -m` > /tmp/docker-machine && install /tmp/docker-machine /usr/bin/docker-machine' 20-gitlab-runner-start: command: 'gitlab-runner start' services: