Commit 7b4c88ed authored by Lukas Eipert's avatar Lukas Eipert

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
parent cdd0272e
......@@ -19,7 +19,7 @@
dependencies:
- setup-test-env
services:
- docker:stable-dind
- docker:19.03.0-dind
variables:
NODE_ENV: "production"
RAILS_ENV: "production"
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment