Bump default base image to discourse/base:2.0.20230825-1850 (#731)

This commit is contained in:
Leonardo Mosquera 2023-08-28 15:12:24 -03:00 committed by GitHub
parent bc1383a622
commit 5651ff1c0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.20230711-0100"
image="discourse/base:2.0.20230825-1850"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`