1
0
Fork 0

fix(build): pin docker/dind images

This commit is contained in:
Sean Sube 2019-08-21 06:54:21 -05:00 committed by GitHub
parent d296cd5b01
commit 070a623b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ stages:
allow_failure: false allow_failure: false
.build-docker: &build-docker .build-docker: &build-docker
image: docker:stable image: docker:18.09.7
services: services:
- docker:stable-dind - docker:18.09.7-dind
tags: tags:
- platform:k8s - platform:k8s
- runner:shared - runner:shared