From 5542f3d3cc2753516e75d0ea5290ab018e2c12e1 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 31 Dec 2018 23:11:09 -0800 Subject: 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. --- qa/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " ENV DEBIAN_FRONTEND noninteractive -- cgit v1.2.3