Bump default base image to run Ruby 3.2.2 as default
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Mon, 10 Apr 2023 00:35:12 +0000 (08:35 +0800)
committerAlan Guo Xiang Tan <gxtan1990@gmail.com>
Mon, 10 Apr 2023 01:07:00 +0000 (09:07 +0800)
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

index 93f3df8f87023840a8c5866ccdcb99c82b750846..c6ecda93a934d9bb80c222686c427a9ffd93cffd 100755 (executable)
--- 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`