From 1160cf57bc4b1295d49bc2ca80893b1240402269 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Mon, 23 Oct 2023 13:08:42 -0700 Subject: [PATCH] Bump base image for pups update (#749) --- launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher b/launcher index 4a2f069..c6a6b8c 100755 --- a/launcher +++ b/launcher @@ -92,7 +92,7 @@ kernel_min_version='4.4.0' config_file=containers/"$config".yml cidbootstrap=cids/"$config"_bootstrap.cid local_discourse=local_discourse -image="discourse/base:2.0.20231023-1613" +image="discourse/base:2.0.20231023-1945" docker_path=`which docker.io 2> /dev/null || which docker` git_path=`which git` -- 2.25.1