From: Guo Xiang Tan Date: Wed, 10 Oct 2018 06:21:44 +0000 (+0800) Subject: Bump `discourse/base` docker image. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e0bbec1fb97f62c55c0036d68b16bdfefbadc5f1;p=discourse_docker.git Bump `discourse/base` docker image. Includes the new maxmind db rake task to resolve location based on IP. --- 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`