From e0bbec1fb97f62c55c0036d68b16bdfefbadc5f1 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 10 Oct 2018 14:21:44 +0800 Subject: [PATCH] Bump `discourse/base` docker image. Includes the new maxmind db rake task to resolve location based on IP. --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 0ed8ccb..5604a85 100755 --- a/launcher +++ b/launcher @@ -69,7 +69,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.20180802 +image=discourse/base:2.0.20181010 docker_path=`which docker.io || which docker` git_path=`which git` -- 2.25.1