From 29786338d24879534fa1235e53ca3838a65037ed Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Sat, 27 Feb 2021 16:51:01 +0000 Subject: Use Docker 20.10.3 instead of 19.03.0 on build Signed-off-by: Takuya Noguchi --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ae65d2..fc588f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ include: - template: Security/Secret-Detection.gitlab-ci.yml variables: - DOCKER_VERSION: "19.03.0" + DOCKER_VERSION: "20.10.3" workflow: rules: &workflow_rules @@ -25,10 +25,6 @@ default: image: docker:${DOCKER_VERSION} services: - docker:${DOCKER_VERSION}-dind - variables: - DOCKER_DRIVER: overlay2 - DOCKER_HOST: tcp://docker:2375 - DOCKER_TLS_CERTDIR: "" tags: # See https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/7019 for tag descriptions - gitlab-org-docker -- cgit v1.2.1