File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.4.7
1+ 3.4.9
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.7 -alpine3.22 AS base
1+ FROM ruby:3.4.9 -alpine3.22 AS base
22
33ENV APP_HOME=/app
44ENV LANG=C.UTF-8
@@ -10,7 +10,7 @@ FROM base AS builder
1010RUN apk add --update --no-cache build-base git yaml-dev
1111
1212WORKDIR $APP_HOME
13- COPY Gemfile* /app/
13+ COPY .ruby-version Gemfile* /app/
1414
1515RUN bundle install && \
1616 rm -rf /usr/local/bundle/*/*/cache && \
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- ruby "3.4.7 "
3+ ruby file : ".ruby-version "
44source "https://rubygems.org"
55git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
66
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ DEPENDENCIES
236236 webmock
237237
238238RUBY VERSION
239- ruby 3.4.7p58
239+ ruby 3.4.9p82
240240
241241BUNDLED WITH
242242 2.7.2
You can’t perform that action at this time.
0 commit comments