Update base image
authorGerhard Schlager <mail@gerhard-schlager.at>
Mon, 6 May 2019 12:55:25 +0000 (14:55 +0200)
committerGitHub <noreply@github.com>
Mon, 6 May 2019 12:55:25 +0000 (14:55 +0200)
It updates Ruby, nginx, ImageMagick, libpng, gifsicle and Node.js

launcher

index 39928d9f51ba2fabe735583c46259b98095a54a0..d7eeb6152717d088f4f95dc735cc46b93d872bf1 100755 (executable)
--- a/launcher
+++ b/launcher
@@ -81,7 +81,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.20190321-0122"
+image="discourse/base:2.0.20190429-1058"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`