diff options
author | Horacio Sanson <hsanson@gmail.com> | 2022-10-04 09:38:07 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 09:38:07 +0900 |
commit | 4094426c707dda404754487bf496db1b4c7d05f1 (patch) | |
tree | 4e18eac690dfa06bb83847e3a181e741cd93816d /Dockerfile | |
parent | a33960eb51b638f232dff71cfeac5ede87b38312 (diff) | |
download | ale-4094426c707dda404754487bf496db1b4c7d05f1.zip |
Add vim 9.0 and remove 8.0 (#4271)
* Add vim 9.0 and remove 8.0
* Remove vim 8.2 and keep 8.0
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ FROM testbed/vim:20 RUN install_vim -tag v8.0.0027 -build \ - -tag v8.2.4693 -build \ + -tag v9.0.0133 -build \ -tag neovim:v0.2.0 -build \ -tag neovim:v0.7.0 -build |