From 74a99598cbd3157985ff5282c91b9da8c0c0ee13 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Fri, 10 May 2024 09:11:14 -0700 Subject: [PATCH] use the latest stable docker dind image for gitlab CI Signed-off-by: Tariq Ibrahim --- .common-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.common-ci.yml b/.common-ci.yml index 47ae9f08..a2121730 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -13,9 +13,9 @@ # limitations under the License. default: - image: docker:stable + image: docker:dind services: - - name: docker:stable-dind + - name: docker:dind command: ["--experimental"] variables: