From 2f588c1bb9b3665934e91c61fd4ff395c6390733 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 26 Jun 2024 22:53:40 +0200 Subject: Updated to ruby 3.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also updated some of the gems to patch-level versions. 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 875987a..eba01ff 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.2 +ARG RUBY_VERSION=3.3.3 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Rails app lives here -- cgit v1.2.3