From: Rafael dos Santos Silva Date: Tue, 8 Dec 2020 18:28:31 +0000 (-0300) Subject: New image with fix for CVE-2020-1971 (#496) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=695ace9920c3783ed68395de1c8079a2f90f3914;p=discourse_docker.git New image with fix for CVE-2020-1971 (#496) --- diff --git a/launcher b/launcher index 70e2751..46e2020 100755 --- 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.20201207-2236" +image="discourse/base:2.0.20201208-1739" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git`