From 01343da13fd20c5940e46d53e0ebe0b4a3e61ec4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Jan 2025 05:47:22 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v27.5.1 --- .gitlab/image-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/image-build.yaml b/.gitlab/image-build.yaml index 1b2e7b5..b44a70e 100644 --- a/.gitlab/image-build.yaml +++ b/.gitlab/image-build.yaml @@ -7,9 +7,9 @@ variables: image-build: stage: "image-build" - image: "docker:27.4.0" + image: "docker:27.5.1" services: - - name: "docker:27.4.0-dind" + - name: "docker:27.5.1-dind" command: ["--tls=false"] script: -- GitLab