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/Dockerfile.gitlab-docs-base')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base3
1 files changed, 3 insertions, 0 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 476f1656..e079591c 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-base
+++ b/dockerfiles/Dockerfile.gitlab-docs-base
@@ -30,3 +30,6 @@ RUN apk add --no-cache -U \
# Do not install rdoc to save some space
RUN echo 'gem: --no-document' >> /etc/gemrc
+
+# Update RubyGems
+gem update --system 3.3.13