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-10-12 09:14:22 +0300
committerEvan Read <eread@gitlab.com>2020-10-13 01:51:09 +0300
commit4044e91a4604ab1140bef695ba39ad2b2b5177aa (patch)
treebf54a82140c2ee3a57ed40fc313b86bb7c544195 /dockerfiles
parent5fe2da10207529c68bbf0f97a963deb248145a3f (diff)
Update Docker image to Ruby 2.7.2
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 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