[commit: ghc] master: gitlab-ci: Bump docker images (6d19ad7)

git at git.haskell.org git at git.haskell.org
Wed Mar 20 05:11:02 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6d19ad72f6a7283dfbfa6facb58063c0ff777af8/ghc

>---------------------------------------------------------------

commit 6d19ad72f6a7283dfbfa6facb58063c0ff777af8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Mar 18 23:51:35 2019 -0400

    gitlab-ci: Bump docker images
    
    To install lndir and un-break the source distribution job.


>---------------------------------------------------------------

6d19ad72f6a7283dfbfa6facb58063c0ff777af8
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f741e1..7ccc030 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: 6d19c3adc1f5c28c82aed8c5b1ac40931ac60f3f
+  DOCKER_REV: 7cbd823abe7eddd9c52a2e93062035b1c863605f
 
 before_script:
   - python3 .gitlab/fix-submodules.py



More information about the ghc-commits mailing list