diff options
author | Ben Gamari <ben@well-typed.com> | 2022-05-19 21:21:22 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-08-07 01:20:10 -0400 |
commit | 7b514848b8c9dfdd8455375e4e98c35a0d856749 (patch) | |
tree | 729f94c2011bd18e0c9dfb823b9d701edcfb113e /.gitlab-ci.yml | |
parent | 2b8ea16d92a3bd3a74d30b78991a7d00e7038f58 (diff) | |
download | haskell-7b514848b8c9dfdd8455375e4e98c35a0d856749.tar.gz |
gitlab-ci: Bump Docker images
To give the ARMv7 job access to lld, fixing #21875.
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 6f2083e608..84e076c343 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. |