From a67f4dbf7e20d03cc10c0721f91d05bc8706c664 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Wed, 18 Nov 2015 04:45:14 -0500 Subject: [PATCH] use new image --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 9038f8f..ba32b4b 100755 --- a/launcher +++ b/launcher @@ -22,7 +22,7 @@ docker_rec_version='1.2.0' config_file=containers/"$config".yml cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse -image=samsaffron/discourse:1.0.13 +image=discourse/discourse:1.0.14 docker_path=`which docker.io || which docker` if [ "${SUPERVISED}" = "true" ]; then -- 2.25.1