From 5361cc075dc74d8a7e1df1ad4137f74754c42e3c Mon Sep 17 00:00:00 2001
From: Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>
Date: Thu, 5 Mar 2020 05:40:37 -0800
Subject: [PATCH] Use the v2.12.3 docker image for CI (#5712)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 436fdab41..99d71f71f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,7 @@ before_script:
   tags:
     - packet
   variables:
-    KUBESPRAY_VERSION: v2.12.0
+    KUBESPRAY_VERSION: v2.12.3
   image: quay.io/kubespray/kubespray:$KUBESPRAY_VERSION
 
 .testcases: &testcases
-- 
GitLab