Skip to content
Snippets Groups Projects
Commit 2545174a authored by Lars Beckers's avatar Lars Beckers
Browse files

Set Docker Version as suggested by GitLab.org for known compatibility

parent 5527c802
No related branches found
No related tags found
No related merge requests found
Pipeline #1373 failed
image: docker:stable
image: docker:19.03.0
variables:
# When using dind service we need to instruct docker, to talk with the
......@@ -19,7 +19,7 @@ variables:
DOCKER_TLS_CERTDIR: ""
services:
- name: docker:dind
- name: docker:19.03.0-dind
entrypoint: ["env", "-u", "DOCKER_HOST"]
command: ["dockerd"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment