From: Guo Xiang Tan Date: Tue, 21 May 2019 05:38:28 +0000 (+0800) Subject: Update to `discourse/base:2.0.20190505-2322`. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2a9a66da5171dcf46070cbaef79816b501039e6f;p=discourse_docker.git Update to `discourse/base:2.0.20190505-2322`. Old base images carry test gems in the production env. --- diff --git a/launcher b/launcher index 6a09c0c..8ef915c 100755 --- a/launcher +++ b/launcher @@ -81,7 +81,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.20190429-1058" +image="discourse/base:2.0.20190505-2322" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git`