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-05-11 08:01:53 +0300
committerEvan Read <eread@gitlab.com>2020-05-11 08:01:53 +0300
commit5782eb3aa3e9b54d6f8ecab0f8ee93699bea3c0a (patch)
treed8f82c16b12ee960de862b58fd57057a329ee10e /dockerfiles
parent5d9232feb7241bbea9212e7d6efd12926588943f (diff)
Update various 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 c5134e0b..156d91b4 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.1.0
+ENV VALE_VERSION=2.2.0
ENV GOBIN=/usr/local/bin
RUN apk add --no-cache wget zip tar make && \