From c6a405e29b9306ee9e573e2c6d3137f4fddba350 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Thu, 5 Mar 2020 13:08:11 +1000 Subject: Upgrade Vale and other dependencies --- dockerfiles/Dockerfile.gitlab-docs-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dockerfiles') diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint b/dockerfiles/Dockerfile.gitlab-docs-lint index 7a500ceef..1ed47e4f4 100644 --- a/dockerfiles/Dockerfile.gitlab-docs-lint +++ b/dockerfiles/Dockerfile.gitlab-docs-lint @@ -13,7 +13,7 @@ MAINTAINER GitLab Documentation Team # Install vale # We need to build it from source, see https://github.com/errata-ai/vale/issues/128 -ENV VALE_VERSION=1.7.1 +ENV VALE_VERSION=2.0.0 ENV GOBIN=/usr/local/bin RUN apk add --no-cache wget zip tar make && \ -- cgit v1.2.3