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-05-28 12:26:04 +0300
committerEvan Read <eread@gitlab.com>2020-05-28 12:26:04 +0300
commit999b69f32d357dcddcd3996843bf11ec985e29e4 (patch)
treee6d609d47657977bdcab6d0c02e27230c02f34e3 /dockerfiles
parentb0e8e51bde79e27fb3524869dc0b43978a4e332f (diff)
Update to Ruby 2.6.6 for project
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 d3fbbbb5..1dbbb946 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.5-alpine3.11
+FROM ruby:2.6.6-alpine3.11
MAINTAINER GitLab Documentation Team
# Install dependencies