From c32b6426fd621f7bd2a9a678ef8a63804ae5e529 Mon Sep 17 00:00:00 2001
From: Matthew Pickering <matthewtpickering@gmail.com>
Date: Wed, 24 Jan 2024 22:46:27 +0000
Subject: [PATCH] Update CI images with LLVM 15, ghc-9.6.4 and
 cabal-install-3.10.2.0

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8dfd101a37..4923c1230f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,11 +2,11 @@ variables:
   GIT_SSL_NO_VERIFY: "1"
 
   # Commit of ghc/ci-images repository from which to pull Docker images
-  DOCKER_REV: f8658053d14911d73b1e32f5b6d13fb7b1c8a5ee
+  DOCKER_REV: 23d72bc7674e643c73256242ba781bea4aef4fb8
 
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.
-  CACHE_REV: 10
+  CACHE_REV: 11
 
   # Disable shallow clones; they break our linting rules
   GIT_DEPTH: 0
-- 
GitLab