From 7bcf0a4399ac952f374299c1755e4eda9d58f621 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 20 May 2024 12:10:53 +0100 Subject: [PATCH] Revert "FEATURE: Bump base image used by launcher to pull in Ruby 3.3.1 (#802)" (#803) This reverts commit 01ce8cf8f935bf8aeb3d96a7b124ba33a612c07d. We are investigating incompatibilities with Discourse stable. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 26d0776..387ee8a 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.20240520-0116" +image="discourse/base:2.0.20240502-0021" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1