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>2021-08-17 04:53:57 +0300
committerEvan Read <eread@gitlab.com>2021-08-17 05:11:10 +0300
commit51830f0ab69bc68ed5c083afbe3ccfa101d0fbbd (patch)
treee786bfbc7b2b4b3f2ae79d129d454893b5051d16 /dockerfiles
parenta45b68cf2b8298d5524ff707e3e2171e6c557f18 (diff)
Update project for Ruby 2.7.4
Roll other tooling versions forward while here.
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base2
-rw-r--r--dockerfiles/README.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 4a5a882c..894ac20b 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.13
+FROM ruby:2.7.4-alpine3.14
MAINTAINER GitLab Technical Writing team
# Install dependencies
diff --git a/dockerfiles/README.md b/dockerfiles/README.md
index 4158a7d7..0db27808 100644
--- a/dockerfiles/README.md
+++ b/dockerfiles/README.md
@@ -1 +1,2 @@
-[Read what all those Dockerfiles are about.](https://docs.gitlab.com/ee/development/documentation/site_architecture/release_process.html)
+For information on these Dockerfiles, see
+<https://docs.gitlab.com/ee/development/documentation/site_architecture/release_process.html>