diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-09-24 15:07:26 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-10-02 05:18:03 -0400 |
commit | e401274a56cbd7e1f790866ed2bc7d846f2556bd (patch) | |
tree | 568164f4f4a6caddf358451726c24840658e59db /.gitlab-ci.yml | |
parent | e3701815d2b0e8c4f46ff67d7feb0b89faa919f9 (diff) | |
download | haskell-e401274a56cbd7e1f790866ed2bc7d846f2556bd.tar.gz |
gitlab-ci: Bump docker images
To install libncurses-dev on Debian targets.
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 f1535343b0..d984662dec 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: 853f348f9caf38b08740b280296fbd34e09abb3a + DOCKER_REV: 4d097a9a8a11adf5576a7434b04f265d0baf8e46 # Sequential version number of all cached things. |