Bump base image to support partial clone (#695)

This commit is contained in:
Gerhard Schlager 2023-03-13 15:31:22 +01:00 committed by GitHub
parent 53bbacc882
commit 01f80524b8
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.20230222-0048"
image="discourse/base:2.0.20230313-1023"
image_stable="discourse/base:2.0.20230222-0048"
docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git`