From e9c56b96d73f28cbdec035961621e5234b589536 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Thu, 18 Feb 2021 16:01:50 -0300 Subject: [PATCH] Bump base image for OpenSSL CVEs https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947949 --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index defb2cf..d5a6e4c 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.20201221-2020" +image="discourse/base:2.0.20210217-2235" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1