From e05f79c72c0730457aa9b712ed60df2059079e88 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 28 Dec 2022 14:47:34 +0000 Subject: [PATCH] Revert "bump base image for Ruby 3.1.3" (#653) This reverts commit 0595fc28210d1b563723b31baf55995afe856caf. The new image is currently incompatible with the Discourse stable branch. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 5f4b6c4..9e35d05 100755 --- a/launcher +++ b/launcher @@ -91,7 +91,7 @@ git_rec_version='1.8.0' config_file=containers/"$config".yml cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse -image="discourse/base:2.0.20221221-0050" +image="discourse/base:2.0.20220818-0047" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1