Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-10 02:45:11 +0300
committerStan Hu <stanhu@gmail.com>2018-11-10 02:45:50 +0300
commita681aab90f53f02652654f8a5366ed06f980fb0c (patch)
treefa5e67301c914ad2a1d8df91551eb2defa50afa4 /Dockerfile
parent3bc8b4c58c8c9f819781954558c4be908decd4ae (diff)
Upgrade to Ruby 2.5.3
Disable Style/RedundantBegin since we may need to support Ruby 2.4
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8e4be4d88..12e952066 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@
# See the _support/load-cluster/docker-compose.yml for an example of how to use
# this image
#
-FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2-4-golang-1.11-git-2.17
+FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2-5-golang-1.11-git-2.18
RUN mkdir -p /app/ruby