Bump base image for Ruby 3.2 (#682)
authorRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 24 Feb 2023 14:39:14 +0000 (11:39 -0300)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 14:39:14 +0000 (11:39 -0300)
launcher

index f0c6d14db7453775720b3f9e5a119e782e128c9a..9af1138b7694aac9614138bf6a946a30f81129d0 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -92,8 +92,8 @@ 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.20230217-0055"
-image_stable="discourse/base:2.0.20230116-0051"
+image="discourse/base:2.0.20230222-0048"
+image_stable="discourse/base:2.0.20230222-0048"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`