summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-27 08:58:38 -0400
committerBen Gamari <ben@smart-cactus.org>2021-03-27 08:58:38 -0400
commit4f5a590efbdc0fe4fe06e315b554a6a980a9f13e (patch)
treecd30a6fd6eb37b03cc42a1b520b6d58aa59565dc
parent0d5d344d45c200a5e731e7d067598acd2a4f7050 (diff)
downloadhaskell-wip/bump-ci-images.tar.gz
gitlab-ci: Bump ci-imageswip/bump-ci-images
Upgrades bootstrap GHC to 8.10.4, hopefully avoiding #19600.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 159788011a..bb7d9aa880 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: 706cc974bfe7a54c5036185ddf4817d3a8fd5b0d
+ DOCKER_REV: a59df0ab737f11ea39d660345648517fa9b0d09d
# Sequential version number capturing the versions of all tools fetched by
# .gitlab/ci.sh. Used for invalidation of GitLab CI cache.