From 142f87401fb56b17616170bdfd736d10332d3dd5 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Tue, 19 Sep 2023 09:27:00 +0100 Subject: [PATCH] Bump ci-images to use updated version of Alex Fixes #23977 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fab620f17ea2..fba67ed7a18f 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: 653b899f026f84c8043c76c014a5355d28cda24a + DOCKER_REV: 8035736da0a70f09bd9b63a696cf2eb7977694ec # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. -- GitLab