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:
authorMarcel Amirault <mamirault@gitlab.com>2020-08-21 13:24:03 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-08-21 13:24:03 +0300
commitca80a4898436683935e8d2299841174dde2ce458 (patch)
tree17274cd646f4725126f18b776fd57663d1521b61 /dockerfiles
parent57448091ce891154110ad51e418a82b26eb3921a (diff)
Update vale version in docker image
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 d95da228..947757eb 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.2
+ENV VALE_VERSION=2.3.3
ENV GOBIN=/usr/local/bin
RUN apk add --no-cache wget zip tar make && \