Bump default base image to discourse/base:2.0.20220720-0049

This commit is contained in:
Andrew Schleifer 2022-07-20 09:53:12 +00:00
parent 0a97cd9d8a
commit eeefdde609
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.20220621-0049"
image="discourse/base:2.0.20220720-0049"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`