Bump default base image to discourse/base:2.0.20250129-0720 ()

Follow-up to d9c837c783
This commit is contained in:
mwaniki-wairungu 2025-01-29 11:53:40 +03:00 committed by GitHub
parent d9c837c783
commit 7b4839c5ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.20250127-0958-pg-15"
image="discourse/base:2.0.20250129-0720"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`