File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Set up Ruby
3737 uses : ruby/setup-ruby@v1
3838 with :
39- ruby-version : 3.4.2
39+ ruby-version : 3.4.8
4040 bundler-cache : true
4141 env :
4242 BUNDLE_GEMS__CONTRIBSYS__COM : ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
Original file line number Diff line number Diff line change 1- 3.4.2
1+ 3.4.8
Original file line number Diff line number Diff line change 44# It also improves build times by caching the base stage.
55
66# Base stage
7- FROM public.ecr.aws/docker/library/ ruby:3.4.2 -alpine AS base
7+ FROM ruby:3.4.8 -alpine AS base
88RUN apk add build-base bzip2-dev curl libc-utils libffi-dev libpq-dev nodejs tzdata yaml-dev xz-dev zlib-dev && rm -rf /var/cache/apk/*
99
1010# Set locale and timezone
@@ -71,7 +71,7 @@ COPY . $INSTALL_PATH
7171RUN bundle exec rake DATABASE_URL=postgresql:does_not_exist SECRET_KEY_BASE=dummy --quiet assets:precompile
7272
7373# Runtime stage
74- FROM public.ecr.aws/docker/library/ ruby:3.4.2 -alpine
74+ FROM ruby:3.4.8 -alpine
7575ENV INSTALL_PATH /srv/dss-api
7676RUN mkdir -p $INSTALL_PATH
7777
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
33
4- ruby '3.4.2 '
4+ ruby '3.4.8 '
55
66# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77gem 'rails' , '~> 8.0' , '>= 8.0.4'
Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ DEPENDENCIES
696696 webmock (>= 3.24.0 )
697697
698698RUBY VERSION
699- ruby 3.4.2p28
699+ ruby 3.4.8p72
700700
701701BUNDLED WITH
702702 2.6.9
You can’t perform that action at this time.
0 commit comments