Update to `discourse/base:2.0.20190505-2322`.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Tue, 21 May 2019 05:38:28 +0000 (13:38 +0800)
committerGuo Xiang Tan <tgx_world@hotmail.com>
Tue, 21 May 2019 05:38:28 +0000 (13:38 +0800)
Old base images carry test gems in the production env.

launcher

index 6a09c0cfc6997c68c8ea39192fdda387b7fe7139..8ef915c95d2d8fe49045564249f48c02da74d533 100755 (executable)
--- 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`