diff options
author | Cheng Shao <terrorjack@type.dance> | 2023-01-09 12:53:58 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2023-01-13 11:06:58 +0000 |
commit | 84ae657307380d50786206ce0f2b95498a06ed27 (patch) | |
tree | 0ca2488d01432417243dff221e7d88df7d9328f8 /.gitlab-ci.yml | |
parent | d46867297de5f7f26963ed819949a876737d462f (diff) | |
download | haskell-84ae657307380d50786206ce0f2b95498a06ed27.tar.gz |
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 ddb530fae7..235ef2dc0f 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: 0de79b7676de197f5d4b79f22a8220a7d563a427 + DOCKER_REV: dd01591a50ea4e2aa3c106cf50ca54d38663f912 # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. |