From 97c5d1cfcea50f24be186afa87b793c42571bc70 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 28 Jan 2019 20:29:43 +0100 Subject: [PATCH] :arrow_up: Upgrades YAMLlint to 1.14.0 --- ide/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/Dockerfile b/ide/Dockerfile index 2c41b5f..d2b23f9 100755 --- a/ide/Dockerfile +++ b/ide/Dockerfile @@ -50,7 +50,7 @@ RUN \ zsh-syntax-highlighting=0.6.0-r0 \ zsh=5.5.1-r0 \ \ - && pip install yamllint==1.13.0 --no-cache-dir \ + && pip install yamllint==1.14.0 --no-cache-dir \ \ && yarn global add npm@4.6.1 modclean \ \