chore: update build tools

This commit is contained in:
2020-10-02 09:37:38 +02:00
parent b1cf92129e
commit ddb604bed9
+2 -2
View File
@@ -5,12 +5,12 @@ stages:
variables: variables:
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:0.0.6 image: buildtool/build-tools:0.0.23
build: build:
stage: build stage: build
services: services:
- docker:18.06-dind - docker:19.03-dind
script: script:
- build - build
- push - push