Skip to content

Commit

Permalink
Bump base image
Browse files Browse the repository at this point in the history
There's a curl venerability in apline3.20 bump ruby version to 3.3.5 to
use a fixed version of alpine
  • Loading branch information
rjlynch committed Sep 5, 2024
1 parent ac8e470 commit 27a883c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.5
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.3p89
ruby 3.3.5p100

BUNDLED WITH
2.5.13

0 comments on commit 27a883c

Please sign in to comment.