From 45bd3162b55d03ee5a74e36293126d2508b4b763 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Sun, 14 May 2023 20:59:04 +0100
Subject: [PATCH] specify dind version

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63785f8..0b71689 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
-x86:
+docker_builder:
   image: docker:latest
   stage: build
   services:
-    - docker:dind
+    - docker:20-dind
   before_script:
     - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
   # Default branch leaves tag empty (= latest tag)
-- 
GitLab