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>2019-05-17 06:23:39 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-17 06:23:39 +0300
commit2e72113864bf4fb6ba452d076a67acc89146306b (patch)
tree708bd2bc0f400ecb39300386b59a664ee81bff45 /dockerfiles
parent9d93df345db92739a21436c7c444f30f5925f5e7 (diff)
Bump to Ruby 2.6.3
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.bootstrap2
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-lint2
2 files changed, 2 insertions, 2 deletions
diff --git a/dockerfiles/Dockerfile.bootstrap b/dockerfiles/Dockerfile.bootstrap
index 653ea2c5..63a5b6e2 100644
--- a/dockerfiles/Dockerfile.bootstrap
+++ b/dockerfiles/Dockerfile.bootstrap
@@ -3,7 +3,7 @@
# all Nanoc's runtime dependencies and gems.
#
-FROM ruby:2.5-alpine
+FROM ruby:2.6.3-alpine3.8
# Install packages needed at build and run time
RUN apk add --no-cache --virtual build-deps \
diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint b/dockerfiles/Dockerfile.gitlab-docs-lint
index a73e2dd0..376d08ac 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-lint
+++ b/dockerfiles/Dockerfile.gitlab-docs-lint
@@ -1,4 +1,4 @@
-FROM ruby:2.5.3-alpine3.8
+FROM ruby:2.6.3-alpine3.8
MAINTAINER GitLab Documentation Team
WORKDIR /tmp