From: David Taylor Date: Wed, 28 Dec 2022 14:47:34 +0000 (+0000) Subject: Revert "bump base image for Ruby 3.1.3" (#653) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e05f79c72c0730457aa9b712ed60df2059079e88;p=discourse_docker.git 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. --- 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`