From 4674578d8861bec539f73a3992ccb8ab2d5ef068 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Wed, 3 Mar 2021 01:12:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d13351..20fd2ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ # This file is a template, and might need editing before it works on your project. docker-build-master: # Official docker image. - image: docker:18.09.7-dind + image: docker:latest services: - - docker:18.09.7-dind + - docker:latest variables: DOCKER_HOST: tcp://localhost:2375