Update ruby Docker tag to v3 (main) #82

Open
renovate-bot wants to merge 1 commits from renovate/main-ruby-3.x into main
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:2.7.4-alpine3.12
FROM ruby:3.0.2-alpine3.12
EXPOSE 4000

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
ruby "2.7.4"
ruby "3.1.2"
gemspec