diff options
author | Ben Gamari <ben@well-typed.com> | 2021-11-23 16:09:39 +0000 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2021-11-23 16:09:39 +0000 |
commit | 9dcb2ad15df54e209cfae3dd1f51cf8e8d6c69d5 (patch) | |
tree | 079cd19e0c3372dc5a270608a96deb39043f09a8 /.gitlab-ci.yml | |
parent | 3ab3631f41efe9a1ae32a5b1f709152228edb09a (diff) | |
download | haskell-9dcb2ad15df54e209cfae3dd1f51cf8e8d6c69d5.tar.gz |
gitlab-ci: Bump DOCKER_REV
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 07e3e176f4..f5e6569940 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: e7e1a4816a648cde7182592fafb6a9078ec0c5ce + DOCKER_REV: 4ed1a4f27828ba96a34662dc954335e29b470cd2 # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. |