From 9e79beb4e86b9415c2279be8eb2477cfba9a8a48 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Wed, 9 Oct 2019 21:40:39 +0800
Subject: [PATCH] really explicit docker version

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78b8b5f..b0109a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,12 +4,12 @@ stages:
 
 build:
   stage: build
-  image: docker:19.03
+  image: docker:19.03.0
   services:
-    - docker:19.03-dind
+    - docker:19.03.0-dind
   variables:
     DOCKER_DRIVER: overlay2
-    DOCKER_TLS_CERTDIR: ""
+    DOCKER_TLS_CERTDIR: "/certs"
 
 
   script:
-- 
GitLab