From 456dcfe1a3e75000a7c059ffac166d53db6758ac Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 27 Feb 2020 15:53:38 +1100 Subject: [PATCH] DEV: Bump baseimage This includes updated dependencies required for the codereview plugin and additional fixes --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 41e7c72..383ebb9 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.20191219-2109" +image="discourse/base:2.0.20200220-2221" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1