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:
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>