Updating dependencies to newer versions; Updating to Ruby 3.4
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
FROM ruby:3.3
|
||||
FROM ruby:3.4
|
||||
|
||||
RUN gem install bundler -v 2.5
|
||||
RUN gem install bundler
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
COPY Gemfile Gemfile.lock ./
|
||||
COPY Gemfile Gemfile.l*ck ./
|
||||
|
||||
RUN bundle check || bundle install
|
||||
|
||||
|
Reference in New Issue
Block a user