Bump base image to support partial clone (#695)
authorGerhard Schlager <gerhard.schlager@discourse.org>
Mon, 13 Mar 2023 14:31:22 +0000 (15:31 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 14:31:22 +0000 (15:31 +0100)
launcher

index 9af1138b7694aac9614138bf6a946a30f81129d0..e44ca3fb9ce95db631961b25924a886961b58744 100755 (executable)
--- 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.20230222-0048"
+image="discourse/base:2.0.20230313-1023"
 image_stable="discourse/base:2.0.20230222-0048"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`