Bump default base image to discourse/base:2.0.20231214-0023

This commit is contained in:
Andrew Schleifer 2023-12-15 05:14:16 +00:00
parent dfcbcf9ac5
commit d0d787a14c
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.20231023-1945"
image="discourse/base:2.0.20231214-0023"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`