From a5450163d5df5a6ee5e9014d954684a89bb3a59d Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Fri, 6 Oct 2023 07:10:12 +0000 Subject: [PATCH] chore(deps): update docker docker tag to v24 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc607c5..9941337 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,9 @@ stages: - push_dockerhub .docker_base: - image: docker:23.0.6-dind-rootless + image: docker:24.0.6-dind-rootless services: - - name: docker:23.0.6-dind-rootless + - name: docker:24.0.6-dind-rootless command: ["--tls=false"] variables: DOCKER_DRIVER: overlay2