DEV: Bump baseimage
authorSam Saffron <sam.saffron@gmail.com>
Thu, 27 Feb 2020 04:53:38 +0000 (15:53 +1100)
committerSam Saffron <sam.saffron@gmail.com>
Thu, 27 Feb 2020 04:53:38 +0000 (15:53 +1100)
This includes updated dependencies required for the codereview plugin and
additional fixes

launcher

index 41e7c72c03e2d038c12e272e11231e31851ea63b..383ebb945fa4ce95bc4526396d181adc74b3b2e6 100755 (executable)
--- 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`