FEATURE: Bump base image (#511)
authorRafael dos Santos Silva <xfalcox@gmail.com>
Mon, 21 Dec 2020 22:45:38 +0000 (19:45 -0300)
committerGitHub <noreply@github.com>
Mon, 21 Dec 2020 22:45:38 +0000 (09:45 +1100)
Provides new version of ImageMagick

launcher

index 22441d3b75c75b0c5eab56ee35b703cafc872290..8a3e51282e30ff10e3fb1b12a82de2d5d67aecda 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.20201208-1739"
+image="discourse/base:2.0.20201221-2020"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`