Skip to content
Snippets Groups Projects
Commit b78c5b5a authored by Philipp Arras's avatar Philipp Arras
Browse files

Pin docker version to 19.03.8

Our CI machine runs a Docker version which is too old otherwise. Hopefully to be
fixed in the near future
parent c2ec7786
No related branches found
No related tags found
1 merge request!492Pin docker version to 19.03.8
Pipeline #75361 passed
......@@ -13,7 +13,7 @@ stages:
build_docker_from_scratch:
only:
- schedules
image: docker:stable
image: docker:19.03.8
stage: build_docker
before_script:
- ls
......@@ -25,7 +25,7 @@ build_docker_from_scratch:
build_docker_from_cache:
except:
- schedules
image: docker:stable
image: docker:19.03.8
stage: build_docker
before_script:
- ls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment