Use Ruby 2.6 for gitlab-qa image

Rename the image so that it doesn't break gitlab-qa builds, since
Rubocop will need to be updated.
This commit is contained in:
Stan Hu 2020-01-17 06:55:15 -08:00
parent 1d4063cd45
commit ba38efc291
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ alpine-aws test: *test_build
alpine-helm test: *test_build
ruby-alpine-aws test: *test_build
gitlab-charts-build-base test: *test_build
gitlab-qa test: *test_build
gitlab-qa-ruby-2.6 test: *test_build
gitlab-qa-alpine test: *test_build
gitlab-puppeteer test: *test_build
omnibus-gitlab-bionic test: *test_build
@ -149,7 +149,7 @@ alpine-aws: *build_and_deploy
alpine-helm: *build_and_deploy
ruby-alpine-aws: *build_and_deploy
gitlab-charts-build-base: *build_and_deploy
gitlab-qa: *build_and_deploy
gitlab-qa-ruby-2.6: *build_and_deploy
gitlab-qa-alpine: *build_and_deploy
gitlab-puppeteer: *build_and_deploy
omnibus-gitlab-bionic: *build_and_deploy

View file

@ -1,4 +1,4 @@
FROM ruby:2.4
FROM ruby:2.6
# Enable support for UTF encoded stdin/stdout