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:
parent
c29cba70fc
commit
78bb83b72a
2
launcher
2
launcher
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue