Update .gitlab-ci.yml file

This commit is contained in:
2021-03-03 01:10:18 +00:00
parent b24144cb4b
commit 9913d0bcb3

View File

@@ -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-dind
image: docker:18.09.7-dind
services:
- docker:18.09-dind
- docker:18.09.7-dind
variables:
DOCKER_HOST: tcp://localhost:2375