Bump default base image to discourse/base:2.0.20220818-0047

This commit is contained in:
Andrew Schleifer 2022-08-18 12:54:35 +00:00
parent eeefdde609
commit ea8cb333ef
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,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.20220720-0049"
image="discourse/base:2.0.20220818-0047"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`