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-20 09:40:44 +0000
commit998b07fa3a6e86ade07a07276e3674c30a660c49 (patch)
tree4ba06b13d6b0c02afaaa9d843015ab87871485c5
parent573ba966d67aea4d72262df5c2847113e0ecfa3f (diff)
downloadhaskell-998b07fa3a6e86ade07a07276e3674c30a660c49.tar.gz
Bump DOCKER_REV to use alpine image without LLVM installed
alpine_3_12 only supports LLVM 10, which is now outside the supported version range. (cherry picked from commit f94f14502a00824d48cef69d362774a9a4bfc6d6)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1e779a378..f988da0329 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.