diff options
author | w0rp <devw0rp@gmail.com> | 2019-05-16 21:36:05 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-05-16 21:36:05 +0100 |
commit | 8c76b8839213e90971eb9e7c7de5ad950123fc49 (patch) | |
tree | 36728af93be513c5bf18b12a48842ac24961e91f /Dockerfile | |
parent | 975cc7af8fbabe234a220c84e56b7ff719d8d959 (diff) | |
download | ale-8c76b8839213e90971eb9e7c7de5ad950123fc49.zip |
Update the Dockerfile with newer Vim versions
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ FROM tweekmonster/vim-testbed:latest RUN install_vim -tag v8.0.0027 -build \ -tag v8.1.0519 -build \ -tag neovim:v0.2.0 -build \ - -tag neovim:v0.3.0 -build + -tag neovim:v0.3.5 -build ENV PACKAGES="\ bash \ |