diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 756c207bd149191e303bc50bbad1fb74c23163af..fab8390755d9db61c42e47e2dcb670636b4aaef6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker:20.10.16 +image: docker:latest variables: # When you use the dind service, you must instruct Docker to talk with @@ -18,7 +18,7 @@ variables: DOCKER_TLS_CERTDIR: "/certs" services: - - docker:20.10.16-dind + - docker:dind build: stage: build