diff options
author | Stan Hu <stanhu@gmail.com> | 2018-12-31 23:11:09 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-12-31 23:11:09 -0800 |
commit | 5542f3d3cc2753516e75d0ea5290ab018e2c12e1 (patch) | |
tree | df116b36d4939dfaa031640977ea610fc4629107 /qa/Dockerfile | |
parent | 4d875a2bc365d1c5eb9c0965f91e688efae1e143 (diff) | |
download | gitlab-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.
Diffstat (limited to 'qa/Dockerfile')
-rw-r--r-- | qa/Dockerfile | 2 |
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 |