From 3d317b7f58e8201912972afa3910b6c4b9ad8c75 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Mon, 10 Apr 2023 08:35:12 +0800 Subject: [PATCH] Bump default base image to run Ruby 3.2.2 as default Ruby 3.2.2 was released with a two security fixes. While the security fixes have been assessed to have low impact on Discourse, we still want to get the upgrade in as a preventive measure. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 93f3df8..c6ecda9 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.20230313-1023" +image="discourse/base:2.0.20230409-0052" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1