From 3ee85d20173dcbe76b15271867a17ec83129e50e Mon Sep 17 00:00:00 2001 From: Daniil Fedotov Date: Wed, 6 Mar 2024 17:13:15 -0500 Subject: [PATCH] build: bump build image tag (#2723) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build/run_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run_container.sh b/build/run_container.sh index 607e46a7ba..d2618a6864 100755 --- a/build/run_container.sh +++ b/build/run_container.sh @@ -23,7 +23,7 @@ set -o nounset PWD="${PWD:-$(pwd)}" DOCS_BUILD_IMAGE="${DOCS_BUILD_IMAGE:-ghcr.io/kanisterio/docker-sphinx:0.2.0}" -BUILD_IMAGE="${BUILD_IMAGE:-ghcr.io/kanisterio/build:v0.0.26}" +BUILD_IMAGE="${BUILD_IMAGE:-ghcr.io/kanisterio/build:v0.0.28}" PKG="${PKG:-github.com/kanisterio/kanister}" ARCH="${ARCH:-amd64}"