summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-02-01 08:58:40 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2023-02-01 08:59:17 +0000
commit142183e47053f222796df0ed58f370ac5c6a877a (patch)
treeb5d14ee3e5dc5e8968d969dce3b45cc28a212fda
parent199b6cfdcb352bf8bfbd68bf81748444e20ca2df (diff)
downloadhaskell-142183e47053f222796df0ed58f370ac5c6a877a.tar.gz
Bump DOCKER_REV to use alpine image without LLVM installedwip/t21936
alpine_3_12 only supports LLVM 10, which is now outside the supported version range.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3999b645b1..e8904731d7 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: 2d59d551647d102c4af44f257c520a94f04ea3f6
+ DOCKER_REV: 572353e0644044fe3a5465bba4342a9a0b0eb60e
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.