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.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 \