From 184985389db646ff92b1b6f0f242241bf1da75d8 Mon Sep 17 00:00:00 2001
From: Cheng Shao <terrorjack@type.dance>
Date: Mon, 30 Oct 2023 16:02:38 +0000
Subject: [PATCH] ci: bump ci-images for wasi-sdk upgrade

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8e55aa32c71..3a1733834865 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ variables:
   GIT_SSL_NO_VERIFY: "1"
 
   # Commit of ghc/ci-images repository from which to pull Docker images
-  DOCKER_REV: a55d4ae0f9da0a2fb3bc72a13f356e2511a4c4fd
+  DOCKER_REV: cf2ba8e205bd41ac36f39e1a12b4727f899ded75
 
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.
-- 
GitLab