Bump default base image to discourse/base:2.0.20250114-0014

This commit is contained in:
Jarek Radosz 2025-01-14 14:56:33 +01:00 committed by Jarek Radosz
parent b345430a82
commit 4f56ee9f72

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.20250105-0017"
image="discourse/base:2.0.20250114-0014"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`