Bump default base image to 2.0.20230502-0058 (#715)
authorDavid Taylor <david@taylorhq.com>
Tue, 2 May 2023 14:55:16 +0000 (15:55 +0100)
committerGitHub <noreply@github.com>
Tue, 2 May 2023 14:55:16 +0000 (15:55 +0100)
launcher

index 7d8393f223c095922097da80d0d2dec14e8853fd..3e1a1c49ff4d887a804e5da6cc96645768c643b6 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.20230420-0104"
+image="discourse/base:2.0.20230502-0058"
 docker_path=`which docker.io 2> /dev/null || which docker`
 git_path=`which git`