Skip to content

Commit 08ef114

Browse files
authored
Merge pull request #1246 from Crown-Commercial-Service/feature/nrmi-278-outdated-container-packages
NRMI-278
2 parents 5582ad0 + 00d249c commit 08ef114

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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 }}

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.8

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
88
RUN 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
7171
RUN 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
7575
ENV INSTALL_PATH /srv/dss-api
7676
RUN mkdir -p $INSTALL_PATH
7777

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_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'
77
gem 'rails', '~> 8.0', '>= 8.0.4'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ DEPENDENCIES
696696
webmock (>= 3.24.0)
697697

698698
RUBY VERSION
699-
ruby 3.4.2p28
699+
ruby 3.4.8p72
700700

701701
BUNDLED WITH
702702
2.6.9

0 commit comments

Comments
 (0)