From 2f556ceadc03f078ae23fb3a82e4e06940067d4c Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Wed, 3 Mar 2021 01:01:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c43818..9a8a0a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. docker-build-master: # Official docker image. - image: docker:latest + image: docker:18.09.7-dind stage: build services: - docker:dind