From ddb604bed9dda41fedd1819299f36d72df64b045 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Fri, 2 Oct 2020 09:37:38 +0200 Subject: [PATCH] chore: update build tools --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0084750..d0a503c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,12 +5,12 @@ stages: variables: DOCKER_HOST: tcp://docker:2375/ -image: buildtool/build-tools:0.0.6 +image: buildtool/build-tools:0.0.23 build: stage: build services: - - docker:18.06-dind + - docker:19.03-dind script: - build - push