From c2d240c0da6fb44a15880e95ecfbc90109924366 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 29 Jan 2020 15:10:06 +0100 Subject: [PATCH] chore: use latest build-tools --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ad51ae..e2c9c8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: DOCKER_HOST: tcp://docker:2375/ -image: buildtool/build-tools:0.0.11 +image: buildtool/build-tools:0.0.13 build: stage: build