Bump base image used by launcher to pull in Ruby 3.3.3 (#813)

This commit is contained in:
Alan Guo Xiang Tan 2024-07-09 10:06:19 +08:00 committed by GitHub
parent 3654acb2da
commit eded2f8b5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.20240602-0023"
image="discourse/base:2.0.20240708-0023"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`