Skip to content
Snippets Groups Projects
Commit e447e957 authored by Marco Wettstein's avatar Marco Wettstein
Browse files

feat: update docker from 18 to 20

parent 44a91a90
No related branches found
No related tags found
1 merge request!38F/update docker
......@@ -14,9 +14,10 @@
}
.docker-build-base:
image: docker:18-dind
image: docker:20
services:
- docker:18-dind
- name: docker:20-dind
command: ["--tls=false"] # see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27300#note_466755332
variables:
DOCKER_DRIVER: overlay2
......
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