From 87fd7172af8f2848d5118fdebada646c5996821b Mon Sep 17 00:00:00 2001 From: romanrizzi Date: Wed, 16 Oct 2019 15:28:57 -0300 Subject: [PATCH] Bump base image to update uglifyJS to v3 --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 5cf4430..96a6301 100755 --- a/launcher +++ b/launcher @@ -88,7 +88,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.20190906-0522" +image="discourse/base:2.0.20191013-2320" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1