Bump base image for OpenSSL CVEs
authorRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 18 Feb 2021 19:01:50 +0000 (16:01 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 18 Feb 2021 19:06:20 +0000 (16:06 -0300)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947949

launcher

index defb2cf36f20e0ffb91bb4a59147a232f76527c5..d5a6e4c3c2b13c6d78fae7b0eb3cb77f48d5fd76 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -90,7 +90,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.20201221-2020"
+image="discourse/base:2.0.20210217-2235"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`