diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 17:52:35 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 17:52:35 -0400 |
commit | 7b751ed89a97545e9ff9c9814a3d5440a8d42d64 (patch) | |
tree | 6824f38b66c2ac531bf4aa10311accedd99f475e | |
parent | 20160f1a8a8ed69c168bee5c8d43373191303b3f (diff) | |
download | haskell-7b751ed89a97545e9ff9c9814a3d5440a8d42d64.tar.gz |
gitlab-ci: Bump Docker image
Fixes linters.
-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 912d057fb2..8f9e96b08d 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: ac65f31dcffb09cd7ca7aaa70f447fcbb19f427f + DOCKER_REV: 88e952f165f48cfb956ac9a2486a9263aa4f777c # Sequential version number capturing the versions of all tools fetched by # .gitlab/win32-init.sh. |