Pin all Ruby 2.6 images to 2.6.3

Ruby 2.6.4 may have a string bug:
https://bugs.ruby-lang.org/issues/16136
This commit is contained in:
Stan Hu 2019-09-04 16:12:49 -07:00
parent 09c603637d
commit 8ead021c4d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM ruby:2.6-stretch
FROM ruby:2.6.3-stretch
MAINTAINER GitLab Quality Team
# Danger manipulates git diff output. When an unicode char is present in the diff, it chokes with

View file

@ -1,4 +1,4 @@
FROM ruby:2.6-slim-stretch
FROM ruby:2.6.3-slim-stretch
ADD /scripts/ /scripts/
RUN /scripts/install-www-gitlab-com