From 3e30979ebc3c4a100b6dd9c40211c3fc8cc48ce0 Mon Sep 17 00:00:00 2001
From: Adam Fekete <adam@fekete.co.uk>
Date: Thu, 23 Mar 2023 23:14:09 +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 756c207..fab8390 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: docker:20.10.16
+image: docker:latest
 
 variables:
   # When you use the dind service, you must instruct Docker to talk with
@@ -18,7 +18,7 @@ variables:
   DOCKER_TLS_CERTDIR: "/certs"
 
 services:
-  - docker:20.10.16-dind
+  - docker:dind
 
 build:
   stage: build
-- 
GitLab