From 11fa21bc1105436a67e1fea6f31031b5361ca818 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Mon, 18 Feb 2019 09:38:13 +1100 Subject: [PATCH] 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 --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.25.1