From 3bb36df2ad9ca18833cd7fe3bb5364300dce2fe0 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 14 Jun 2024 08:19:55 +0800 Subject: [PATCH] DEV: Bump Ruby to 3.3.3 (#807) Pulls in some bugfixes which may or may not be affecting us. --- 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 6959008..4894c61 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.2 +ARG RUBY_VERSION=3.3.3 ENV PG_MAJOR=13 \ RUBY_ALLOCATOR=/usr/lib/libjemalloc.so \ RUSTUP_HOME=/usr/local/rustup \