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-06-17 04:18:47 +0300
committerEvan Read <eread@gitlab.com>2020-06-17 04:18:47 +0300
commitb433143686d0991c4162d6f7985088573433fdbb (patch)
treeb9c25ac14bad1d5d74e05350118a2df849796ea1 /dockerfiles
parentbd9f15af744076417a9298806a0c67afcf1abd3a (diff)
Update Docs project 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 1079c125..43c75220 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=2.2.0
+ENV VALE_VERSION=2.2.2
ENV GOBIN=/usr/local/bin
RUN apk add --no-cache wget zip tar make && \