From 27a883c12c40ca34c6da7f7764eaeeabfbdeb71c Mon Sep 17 00:00:00 2001 From: Richard Lynch Date: Thu, 5 Sep 2024 15:15:15 +0100 Subject: [PATCH] Bump base image There's a curl venerability in apline3.20 bump ruby version to 3.3.5 to use a fixed version of alpine --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 619b537668..fa7adc7ac7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.3.5 diff --git a/Dockerfile b/Dockerfile index 52e414396c..54fe7ba1e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # base # ------------------------------------------------------------------------------ -FROM ruby:3.3.3-alpine AS base +FROM ruby:3.3.5-alpine AS base RUN addgroup -S appgroup && adduser -S appuser -G appgroup diff --git a/Gemfile b/Gemfile index 48398ca358..4abd9a1dc6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.3" +ruby "3.3.5" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 7.0.8" diff --git a/Gemfile.lock b/Gemfile.lock index 340c7c7fb0..b3f1b62f53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -619,7 +619,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.3p89 + ruby 3.3.5p100 BUNDLED WITH 2.5.13