Update Ruby to 2.6.3 in the gitlab-qa-alpine image

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2019-10-17 09:57:03 +02:00
parent f12ac7eed4
commit eea09b60a1
No known key found for this signature in database
GPG key ID: 98DFFD1C0C62B70B

View file

@ -3,7 +3,7 @@
# - Nightly QA: https://gitlab.com/gitlab-org/quality/nightly/blob/master/.gitlab-ci.yml
# - Staging QA: https://gitlab.com/gitlab-org/quality/staging/blob/master/.gitlab-ci.yml
FROM ruby:2.5.3-alpine
FROM ruby:2.6.3-alpine
MAINTAINER GitLab Quality Team
WORKDIR /home/qa