Update base image to cover latest security fixes
authorSam Saffron <sam.saffron@gmail.com>
Thu, 8 Oct 2020 04:13:28 +0000 (15:13 +1100)
committerSam Saffron <sam.saffron@gmail.com>
Thu, 8 Oct 2020 04:13:28 +0000 (15:13 +1100)
Image has been tested on internal Discourse servers and is good

launcher

index 29d63b397b2bc885dfa92ba6f235ea40ef12a453..651155a2148c15e98e025295e270e628dc4c8e80 100755 (executable)
--- 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.20200724-1815"
+image="discourse/base:2.0.20201004-2310"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`