From: Michael Brown Date: Thu, 30 Apr 2020 03:00:24 +0000 (-0400) Subject: Update Discourse base image to 2.0.20200429-2110 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4177d5752ac46743813fd67ec7fbcff6aa63364a;p=discourse_docker.git Update Discourse base image to 2.0.20200429-2110 --- diff --git a/launcher b/launcher index 12bca22..062083d 100755 --- a/launcher +++ b/launcher @@ -88,7 +88,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.20200220-2221" +image="discourse/base:2.0.20200429-2110" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git`