Update release-tools to use Ruby v2.7

This commit is contained in:
Stan Hu 2020-11-02 13:29:50 -08:00
parent 65461edcbf
commit 317c090c9b

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