From 7c75f29d5b81082f46f19a1d090c5badde738a4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 19:15:17 +0000 Subject: [PATCH] Update docker.io/ruby Docker tag to v4.0.1 --- build/container/Dockerfile.tmpl.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/container/Dockerfile.tmpl.erb b/build/container/Dockerfile.tmpl.erb index 66c727258..5fe601535 100644 --- a/build/container/Dockerfile.tmpl.erb +++ b/build/container/Dockerfile.tmpl.erb @@ -6,7 +6,7 @@ # Review the version of Ruby to be used periodically from : # https://hub.docker.com/_/ruby # "-slim" image not used because rmagick requires native compilation -FROM docker.io/ruby:4.0.0 +FROM docker.io/ruby:4.0.1 #erb: if arg_gem.end_with?('.gem') # For beta, gem is file, then copy it. COPY <%=arg_gem%> .