fix(build): pin docker/dind images
This commit is contained in:
parent
d296cd5b01
commit
070a623b3a
|
@ -36,9 +36,9 @@ stages:
|
|||
allow_failure: false
|
||||
|
||||
.build-docker: &build-docker
|
||||
image: docker:stable
|
||||
image: docker:18.09.7
|
||||
services:
|
||||
- docker:stable-dind
|
||||
- docker:18.09.7-dind
|
||||
tags:
|
||||
- platform:k8s
|
||||
- runner:shared
|
||||
|
|
Loading…
Reference in New Issue