summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2022-05-19 21:21:22 -0700
committerBen Gamari <ben@smart-cactus.org>2022-08-05 11:46:40 -0400
commitd155838341a4df5569325ce21bff91855635fc0f (patch)
tree1da4f60f2aaaf0a7852031e145a3a81e2aeec145
parente00b823d46856204fee830e279b467ea4e36b9a8 (diff)
downloadhaskell-d155838341a4df5569325ce21bff91855635fc0f.tar.gz
gitlab-ci: Bump Docker images
To give the ARMv7 job access to lld, fixing #21875.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53c3ef4b4a..9cf689f3b3 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: 0849567cd9780cc8e9652118b949cb050c632ef4
+ DOCKER_REV: 58d08589371e78829a3279c6f8b1241e155d7f70
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.