Bump default base image to 2.0.20220621-0049

This commit is contained in:
Andrew Schleifer 2022-06-21 05:54:36 +00:00
parent 05cbdb36dd
commit 7ab9e3afc7
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.20220413-0411"
image="discourse/base:2.0.20220621-0049"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`