Update Dockerfile.danger to use Ruby 2.6

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2019-04-24 19:22:15 +00:00
parent 89783bb640
commit 1f34c34f6b
No known key found for this signature in database
GPG key ID: 98DFFD1C0C62B70B

View file

@ -1,4 +1,4 @@
FROM ruby:2.4.5-stretch
FROM ruby:2.6-stretch
MAINTAINER GitLab Quality Team
ADD /scripts/ /scripts/