From: Sam Saffron Date: Sun, 17 Feb 2019 22:38:13 +0000 (+1100) Subject: Update docker base image X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=11fa21bc1105436a67e1fea6f31031b5361ca818;p=discourse_docker.git Update docker base image This covers quite a few important change 1. We updated maxmind db 2. We upgraded redis to version 5 3. It forces a rebuild for important nginx changes 4. It updates all gems, a ton got updated, this speeds up rebuild --- diff --git a/launcher b/launcher index 830f80b..19fbf45 100755 --- a/launcher +++ b/launcher @@ -80,7 +80,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.20181031 +image=discourse/base:2.0.20190217 docker_path=`which docker.io || which docker` git_path=`which git`