diff options
author | Ben Gamari <ben@well-typed.com> | 2021-06-16 16:58:37 +0000 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2021-06-16 16:58:37 +0000 |
commit | 2a7e29e5303058473484b10ed57d3c579d78fe83 (patch) | |
tree | d8a08e9e4d3a5e27f4fa8c232751277748862117 | |
parent | 3d5cb3352c1e1c20f0d5de427f4edbc765ce06d6 (diff) | |
download | haskell-2a7e29e5303058473484b10ed57d3c579d78fe83.tar.gz |
gitlab-ci: Bump ci-images
-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 c89ee1ec73..59e999b801 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: a59df0ab737f11ea39d660345648517fa9b0d09d + DOCKER_REV: 853f348f9caf38b08740b280296fbd34e09abb3a # Sequential version number capturing the versions of all tools fetched by # .gitlab/ci.sh. Used for invalidation of GitLab CI cache. |