Compare commits

...

1 Commits

Author SHA1 Message Date
f8c8980662 Update ruby Docker tag to v3
Some checks failed
renovate/artifacts Artifact file update failure
2022-08-12 07:00:54 +00:00
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