Bump default base image to 2.0.20231023-1613 (#748)

Updates latest version of pups, allowing --tags and --skip-tags arguments
This commit is contained in:
Jeff Wong 2023-10-23 11:35:30 -07:00 committed by GitHub
parent c29cba70fc
commit 78bb83b72a
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 config_file=containers/"$config".yml
cidbootstrap=cids/"$config"_bootstrap.cid cidbootstrap=cids/"$config"_bootstrap.cid
local_discourse=local_discourse local_discourse=local_discourse
image="discourse/base:2.0.20231004-0028" image="discourse/base:2.0.20231023-1613"
docker_path=`which docker.io 2> /dev/null || which docker` docker_path=`which docker.io 2> /dev/null || which docker`
git_path=`which git` git_path=`which git`