Use stable image version for dind

See https://gitlab.com/gitlab-com/gl-infra/production/issues/1023

This also has been suggested by Tomasz in the MR
This commit is contained in:
Lukas Eipert 2019-08-02 14:46:06 +02:00
parent cdd0272e65
commit 7b4c88edee
No known key found for this signature in database
GPG Key ID: 148BEA37CB35B2AC
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
dependencies:
- setup-test-env
services:
- docker:stable-dind
- docker:19.03.0-dind
variables:
NODE_ENV: "production"
RAILS_ENV: "production"

View File

@ -35,7 +35,7 @@
<<: *review-base
image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-qa-alpine
services:
- docker:stable-dind
- docker:19.03.0-dind
tags:
- gitlab-org
- docker