From 01ce8cf8f935bf8aeb3d96a7b124ba33a612c07d Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Mon, 20 May 2024 10:52:34 +0800 Subject: [PATCH] FEATURE: Bump base image used by launcher to pull in Ruby 3.3.1 (#802) --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 387ee8a..26d0776 100755 --- a/launcher +++ b/launcher @@ -92,7 +92,7 @@ kernel_min_version='4.4.0' config_file=containers/"$config".yml cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse -image="discourse/base:2.0.20240502-0021" +image="discourse/base:2.0.20240520-0116" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1