diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-27 08:58:38 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-28 17:27:12 -0400 |
commit | 9594f6f64f790ea1f154de42d1de0fbdf67a38ba (patch) | |
tree | 84dd90ed1ea3d642cc315e6f09226a5233aa7293 /.gitlab-ci.yml | |
parent | 29d758631c0d9124485aafc89cddc4ec5a668653 (diff) | |
download | haskell-9594f6f64f790ea1f154de42d1de0fbdf67a38ba.tar.gz |
gitlab-ci: Bump ci-images
Upgrades bootstrap GHC to 8.10.4, hopefully avoiding #19600.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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. |