From: Rafael dos Santos Silva Date: Mon, 4 Dec 2017 18:18:28 +0000 (-0200) Subject: Bump base image X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0ce22d439d5039bf587072debd20c43e42fa1f4f;p=discourse_docker.git Bump base image --- diff --git a/launcher b/launcher index 9d1a543..879d9b1 100755 --- a/launcher +++ b/launcher @@ -64,7 +64,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.20171008 +image=discourse/base:2.0.20171204 docker_path=`which docker.io || which docker` git_path=`which git`