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-02-26 02:16:43 +0300
committerEvan Read <eread@gitlab.com>2020-02-26 02:16:43 +0300
commitfece9b83cdadaa7074f57e7b06c9491f2c0aee01 (patch)
tree13ca6945cb4d7db1f5b2c74e797df96542a73185 /dockerfiles
parent1344217318da0900a67508f8b3415432bae7e122 (diff)
Add go to base docs image and roll version forward
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base3
1 files changed, 2 insertions, 1 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 7d38f1ca..d3fbbbb5 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-base
+++ b/dockerfiles/Dockerfile.gitlab-docs-base
@@ -2,7 +2,7 @@
# Image that contains all Nanoc dependencies and tools that
# are needed to build the docs site and run the tests.
#
-FROM ruby:2.6.5-alpine3.10
+FROM ruby:2.6.5-alpine3.11
MAINTAINER GitLab Documentation Team
# Install dependencies
@@ -23,6 +23,7 @@ RUN apk add --no-cache -U \
tar \
xz \
xz-dev \
+ go \
yarn
# Do not install rdoc to save some space