From 2ea9057c2ce96bdbe3c018fcf5509a8479d31b33 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 12 Apr 2021 13:15:27 -0400 Subject: [PATCH] Bump base image to add Terser, remove SVGO (#536) --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 0b5a412..6d61b7c 100755 --- a/launcher +++ b/launcher @@ -91,7 +91,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.20210217-2235" +image="discourse/base:2.0.20210408-1612" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1