diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-22 22:35:49 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-22 22:35:49 +0100 |
commit | 0e71e8b46523d08c801b329e37b0ef89afe6ae8f (patch) | |
tree | 598635c65f27588a7bac46c827c9023e247bd339 | |
parent | 846bfb47b2e213c5627eb614f7a436089c1b4896 (diff) | |
download | ale-0e71e8b46523d08c801b329e37b0ef89afe6ae8f.zip |
Update the Dockerfile to test with a newer version of Vimt too
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ FROM tweekmonster/vim-testbed:latest RUN install_vim -tag v8.0.0027 -build \ + -tag v8.1.0204 -build \ -tag neovim:v0.2.0 -build \ -tag neovim:v0.3.0 -build |