diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-21 11:31:44 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-02 11:56:54 -0500 |
commit | 37eb94b3b060ef83685127ec10d14a9675cf508a (patch) | |
tree | d342e065580784a46292e6d61e1e4fe881c28d89 | |
parent | f1f688244d7a766a2b71fbe172c86e3cb4c87539 (diff) | |
download | haskell-37eb94b3b060ef83685127ec10d14a9675cf508a.tar.gz |
gitlab-ci: Bump Docker images
Installs pxz on Centos7
(cherry picked from commit 86960e691f7a600be247c32a7cf795bf9abf7cc4)
-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 88fa802d44..3e3fa0b4e5 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: 8beb70e553e521796f4250000107c008b477040f + DOCKER_REV: dea5cafb3693a771ff42cebd73d0c89f280beef0 # Sequential version number capturing the versions of all tools fetched by # .gitlab/win32-init.sh. |