Skip to content

Commit 866fc9f

Browse files
authored
Merge pull request #895 from Crown-Commercial-Service/snyk-fix-55d55dcc892051ffb0b8165066da90b9
[Snyk] Security upgrade ruby from 3.4.8-alpine to 3.4.9-alpine
2 parents 777f818 + 003b385 commit 866fc9f

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: 3.4.8
40+
ruby-version: 3.4.9
4141
bundler-cache: true
4242

4343
- name: Run migrations

.ruby-version

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

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 ruby:3.4.8-alpine AS base
7+
FROM ruby:3.4.9-alpine AS base
88
RUN apk add build-base curl git yaml-dev libc-utils libpq-dev nodejs tzdata && rm -rf /var/cache/apk/*
99

1010
# Set locale and timezone
@@ -52,7 +52,7 @@ COPY . $INSTALL_PATH
5252
RUN bundle exec rake AWS_ACCESS_KEY_ID=dummy AWS_SECRET_ACCESS_KEY=dummy AWS_S3_REGION=dummy AWS_S3_BUCKET=dummy SECRET_KEY_BASE=dummy DATABASE_URL=postgresql:does_not_exist --quiet assets:precompile
5353

5454
# Runtime stage
55-
FROM ruby:3.4.8-alpine
55+
FROM ruby:3.4.9-alpine
5656
ENV INSTALL_PATH /srv/dss
5757
RUN mkdir -p $INSTALL_PATH
5858

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.8'
4+
ruby '3.4.9'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 8.1', '>= 8.1.2.1'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ DEPENDENCIES
582582
webmock (~> 3.17.0)
583583

584584
RUBY VERSION
585-
ruby 3.4.8p72
585+
ruby 3.4.9p82
586586

587587
BUNDLED WITH
588588
2.6.9

0 commit comments

Comments
 (0)