diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-10-22 14:35:50 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-10-27 14:05:02 -0400 |
commit | d2a25f42f884ad4ac841a36474498131596da506 (patch) | |
tree | b5333b096c2938cde371ede0e2c2af5076d4ac85 | |
parent | e3fdd4197cd9def4af40acb3753843e3e9a74d7e (diff) | |
download | haskell-d2a25f42f884ad4ac841a36474498131596da506.tar.gz |
gitlab-ci: Bump ci-images
Bumps bootstrap compiler to 8.10.1.
-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 796145dc45..cea5f46c4f 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: 6ceb0cecaeefd4927b26c054e4897724986078c8 + DOCKER_REV: 0da9c4be73f2d73868f610d20352af856e8f2727 # Sequential version number capturing the versions of all tools fetched by # .gitlab/ci.sh. Used for invalidation of GitLab CI cache. |