From 7f818a48cf9beb47af1402bb571d3de21a537e27 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 6 Jun 2024 07:28:10 +0200 Subject: Upgraded to ruby 3.2.2 and updated gems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gem updates correspond to a rails patch-level upgrade to fix a vulnerability issue. Signed-off-by: Miquel Sabaté Solà --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 74c54f1..875987a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.3.1 +ARG RUBY_VERSION=3.3.2 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Rails app lives here -- cgit v1.2.3