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/Dockerfile.bootstrap
parent9d93df345db92739a21436c7c444f30f5925f5e7 (diff)
Bump to Ruby 2.6.3
Diffstat (limited to 'dockerfiles/Dockerfile.bootstrap')
-rw-r--r--dockerfiles/Dockerfile.bootstrap2
1 files changed, 1 insertions, 1 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 \