From a96933f81a0dbdfafef70bf402e2c354192d9e2e Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Thu, 21 Mar 2024 02:17:44 +0000
Subject: [PATCH] chore(deps): update docker docker tag to v26

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b9ac5a..cfe2760 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ stages:
 
 variables:
   # Pipeline configuration
-  DOCKER_DIND_IMAGE: "docker:25.0.4-dind"
+  DOCKER_DIND_IMAGE: "docker:26.0.0-dind"
 
   # OpenTofu variables
   LATEST_OPENTOFU_VERSION: '1.6.2'
-- 
GitLab