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-26 02:56:32 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-10-26 02:56:32 +0300
commit720a43eafa055346b93e5c95207ebcf82efdd85b (patch)
tree45e63bca0a38b92838e19f396332c25197a210e0
parentf2e4a03d45bf30ad0a6a11fb14dc8178b7366d18 (diff)
parentdfe2839f20959b5ae6d1ae46a586bcae524257dc (diff)
Merge branch 'eread/re-upgrade-base-image' into 'master'
Upgrade base image to 2.7.2 See merge request gitlab-org/gitlab-docs!1269
-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 d3d5c002..e2ba47a7 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.6-alpine3.12
+FROM ruby:2.7.2-alpine3.12
MAINTAINER GitLab Technical Writing team
# Install dependencies