From 2a9a66da5171dcf46070cbaef79816b501039e6f Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 21 May 2019 13:38:28 +0800 Subject: [PATCH] Update to `discourse/base:2.0.20190505-2322`. Old base images carry test gems in the production env. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.25.1