From 0faa7ddc5ce2c925a08638904401e787257b95a4 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 5 Sep 2019 09:26:05 +0200 Subject: [PATCH] Update docs revision We need to use a recent version of Nanoc, since it fixes a bug causing the builds to fail. https://gitlab.com/gitlab-org/gitlab-docs/issues/395 --- Dockerfile.gitlab-docs-lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.gitlab-docs-lint b/Dockerfile.gitlab-docs-lint index 19de7c5..bb5d396 100644 --- a/Dockerfile.gitlab-docs-lint +++ b/Dockerfile.gitlab-docs-lint @@ -3,7 +3,7 @@ MAINTAINER GitLab Documentation Team WORKDIR /tmp -ENV GITLAB_DOCS_REVISION=09947dbfa5ed5e597233b97aee9b34621c28e1f7 +ENV GITLAB_DOCS_REVISION=1396a50b1eb9344be0403bb25e172e5408285dfe RUN apk update && apk upgrade --no-cache && apk add --no-cache \ build-base \