Revert "bump base image for Ruby 3.1.3" (#653)
authorDavid Taylor <david@taylorhq.com>
Wed, 28 Dec 2022 14:47:34 +0000 (14:47 +0000)
committerGitHub <noreply@github.com>
Wed, 28 Dec 2022 14:47:34 +0000 (14:47 +0000)
This reverts commit 0595fc28210d1b563723b31baf55995afe856caf.

The new image is currently incompatible with the Discourse stable branch.

launcher

index 5f4b6c4f4531a0ee007570592128d5861898346f..9e35d05b6e1231e76a1de4ee1f6defc5fa4d4237 100755 (executable)
--- 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`