summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-12-31 23:11:09 -0800
committerStan Hu <stanhu@gmail.com>2018-12-31 23:11:09 -0800
commit5542f3d3cc2753516e75d0ea5290ab018e2c12e1 (patch)
treedf116b36d4939dfaa031640977ea610fc4629107
parent4d875a2bc365d1c5eb9c0965f91e688efae1e143 (diff)
downloadgitlab-ce-5542f3d3cc2753516e75d0ea5290ab018e2c12e1.tar.gz
Upgrade GitLab QA image to Ruby 2.5
GitLab is now shipping with Ruby 2.5.3, so we should make the version consistent for the QA image as well.
-rw-r--r--qa/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 9956ced0ef6..ca7f9accb70 100644
--- a/qa/Dockerfile
+++ b/qa/Dockerfile
@@ -1,4 +1,4 @@
-FROM ruby:2.4-stretch
+FROM ruby:2.5-stretch
LABEL maintainer "Grzegorz Bizon <grzegorz@gitlab.com>"
ENV DEBIAN_FRONTEND noninteractive