From f4d4f8ab6bcba320187d09239dd64b03b468aa02 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 31 May 2024 06:31:15 +0800 Subject: [PATCH] Bump Ruby to 3.3.2 (#806) Pulls in lots of bug fixes: https://github.com/ruby/ruby/releases/tag/v3_3_2 --- 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 00dbf28..6959008 100644 --- a/image/base/slim.Dockerfile +++ b/image/base/slim.Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_RELEASE=bullseye FROM debian:${DEBIAN_RELEASE}-slim ARG DEBIAN_RELEASE -ARG RUBY_VERSION=3.3.1 +ARG RUBY_VERSION=3.3.2 ENV PG_MAJOR=13 \ RUBY_ALLOCATOR=/usr/lib/libjemalloc.so \ RUSTUP_HOME=/usr/local/rustup \ -- 2.25.1