Merge branch 'sh-update-release-tools-ruby-2.7' into 'master'

Update release-tools to use Ruby v2.7

See merge request gitlab-org/gitlab-build-images!335
This commit is contained in:
Mayra Cabrera 2020-11-03 16:21:24 +00:00
commit e5d74b7725

View file

@ -1,4 +1,4 @@
FROM ruby:2.6-alpine
FROM ruby:2.7-alpine
RUN apk add --update --no-cache build-base cmake git openssh-client openssl-dev