Bump default base image to 2.0.20250226-0128 ()

This commit is contained in:
Jarek Radosz 2025-02-26 12:02:42 +01:00 committed by GitHub
parent 45c0a02cc7
commit 526b43200c
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.20250129-0720"
image="discourse/base:2.0.20250226-0128"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`