Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-03-05 06:08:11 +0300
committerEvan Read <eread@gitlab.com>2020-03-05 06:08:11 +0300
commitc6a405e29b9306ee9e573e2c6d3137f4fddba350 (patch)
tree5f5ebf93f8b7988775cf232bb6100f244b3f051f /dockerfiles
parent592eb2dfb0adeada62b2a1d00b2bdb847fad6435 (diff)
Upgrade Vale and other dependencies
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-lint2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint b/dockerfiles/Dockerfile.gitlab-docs-lint
index 7a500cee..1ed47e4f 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 && \