From 964236a5e84bddcf5e87b16157bcd301f0637f5f Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Mon, 3 Jun 2024 10:33:29 +0800 Subject: [PATCH] FEATURE: Bump base image used by launcher to pull in Ruby 3.3.x take 2 (#805) First attempt in 01ce8cf8f935bf8aeb3d96a7b124ba33a612c07d was reverted because our new base image was not compatible with the stable branch of discourse/discourse. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 387ee8a..7b90569 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.20240602-0023" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1