From 9b3073f937094d5f28500c8ff3d5436f1cc56d81 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot Date: Sat, 13 Dec 2025 02:25:56 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v29 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 836d820..f7f708a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,9 +137,9 @@ go-test: path: coverage.xml .docker-build: - image: docker:24.0.5 + image: docker:29.1.3 services: - - docker:24.0.5-dind + - docker:29.1.3-dind variables: # The following two variables are to ensure that DinD service is started in # TLS mode and that docker CLI is properly pointed to the API. More details -- GitLab