diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-10-10 21:21:10 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-12 19:16:40 -0400 |
commit | 9859eede20bf5a8a11c1fe34a6fd8d125f9c35f6 (patch) | |
tree | 617770e70edebb85e9317a29ed90ac1be883003c /.gitlab-ci.yml | |
parent | 05303f686fae8f1050c1cfb08225e39a5f13a7a1 (diff) | |
download | haskell-9859eede20bf5a8a11c1fe34a6fd8d125f9c35f6.tar.gz |
gitlab-ci: Bump docker images
Bumps bootstrap compiler to GHC 9.0.1.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff47031d86..8c899d8ae4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,7 @@ variables: GIT_SSL_NO_VERIFY: "1" # Commit of ghc/ci-images repository from which to pull Docker images - DOCKER_REV: 4d097a9a8a11adf5576a7434b04f265d0baf8e46 - + DOCKER_REV: e7e1a4816a648cde7182592fafb6a9078ec0c5ce # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. |