Update dependency ruby
This commit is contained in:
parent
a26132b1f5
commit
59e22103f6
@ -1,4 +1,4 @@
|
|||||||
FROM ruby:2.7.4-alpine3.12
|
FROM ruby:3.0.2-alpine3.12
|
||||||
|
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
||||||
|
2
Gemfile
2
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
ruby "2.7.6"
|
ruby "3.1.2"
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user