From 8bbe12f288d2916c598cb72b87dfb602739ff80c Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Fri, 9 Feb 2024 14:25:14 +0000
Subject: [PATCH] Bump CI images so that alpine3_18 image includes clang15

The only changes here are that clang15 is now installed on the
alpine-3_18 image.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fa1c091bd06..ceff55e1559d 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: 23d72bc7674e643c73256242ba781bea4aef4fb8
+  DOCKER_REV: 127c7f5f486a4096a79960d9f307083095bee61c
 
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.
-- 
GitLab