From: Rafael dos Santos Silva Date: Wed, 13 Jun 2018 15:56:45 +0000 (-0300) Subject: Bump base image X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2acf5f8b38a0b5aa67c0590bb977289e0d064529;p=discourse_docker.git Bump base image --- diff --git a/launcher b/launcher index 9d44cda..96bd09b 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.20180404 +image=discourse/base:2.0.20180608 docker_path=`which docker.io || which docker` git_path=`which git`