From: Alan Guo Xiang Tan Date: Mon, 10 Apr 2023 00:35:12 +0000 (+0800) Subject: Bump default base image to run Ruby 3.2.2 as default X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3d317b7f58e8201912972afa3910b6c4b9ad8c75;p=discourse_docker.git 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. --- 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`