From 84644fcbea88a3c54a59dfab5f54a4b2ee5719f5 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Thu, 22 Aug 2024 12:25:15 +0800 Subject: [PATCH] Bump Ruby to 3.3.4 (#836) Ruby 3.3.4 has fixes for some regressions in 3.3.3. I don't think it affects us but still good to upgrade. --- image/base/slim.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/slim.Dockerfile b/image/base/slim.Dockerfile index 6f07355..789c2db 100644 --- a/image/base/slim.Dockerfile +++ b/image/base/slim.Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_RELEASE=bookworm FROM debian:${DEBIAN_RELEASE}-slim ARG DEBIAN_RELEASE -ARG RUBY_VERSION=3.3.3 +ARG RUBY_VERSION=3.3.4 ENV PG_MAJOR=13 \ RUBY_ALLOCATOR=/usr/lib/libjemalloc.so \ RUSTUP_HOME=/usr/local/rustup \ -- 2.25.1