Bump `discourse/base` docker image.
authorGuo Xiang Tan <tgx_world@hotmail.com>
Wed, 10 Oct 2018 06:21:44 +0000 (14:21 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 06:21:44 +0000 (14:21 +0800)
Includes the new maxmind db rake task to resolve location based on IP.

launcher

index 0ed8ccb86c98e1a6b53e59f8f8de0523327ce964..5604a85b16b4713221d517cc79a58258e6a14ad5 100755 (executable)
--- 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`