From 39583c399193b3dedc399f4dccbd222640581956 Mon Sep 17 00:00:00 2001 From: Matthew Pickering <matthewtpickering@gmail.com> Date: Thu, 29 Feb 2024 12:39:25 +0000 Subject: [PATCH] ci: Bump ci-images to allow updated aarch64-alpine image with llvm15 and clang15 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fef871ffbd7c..37ae01248c34 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: 08bdbb85d6711e4df23d97e1cbdb557fe752b0a4 + DOCKER_REV: 7f63b34ac87b85470eef9c668e9528e8e2f5b46a # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. -- GitLab