From 3cf0dbf56ac557faa8e3109050648227793bbeeb Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Wed, 7 Feb 2024 03:17:29 +0000
Subject: [PATCH] Update docker Docker tag to v25.0.3

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d421331..983e270 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ stages:
 
 variables:
   # Pipeline configuration
-  DOCKER_DIND_IMAGE: "docker:25.0.2-dind"
+  DOCKER_DIND_IMAGE: "docker:25.0.3-dind"
 
   # OpenTofu variables
   LATEST_OPENTOFU_VERSION: '1.6.1'
-- 
GitLab