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-10-15 10:22:23 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-10-15 10:22:23 +0300
commitdd20c9115be6b8b183b6f5155db7084d383af4db (patch)
tree531b3cea9945cc6899c5020a03711280c2e3fa52 /dockerfiles
parent8ba6aca1cd94bf5f3a8c565ab097bb3a02e496ea (diff)
Downgrade to ruby 2.6.6 in docs base
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index e2ba47a7..d3d5c002 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.7.2-alpine3.12
+FROM ruby:2.6.6-alpine3.12
MAINTAINER GitLab Technical Writing team
# Install dependencies