Skip to content

Commit

Permalink
chore: bump moby/buildkit to v0.15.1
Browse files Browse the repository at this point in the history
From siderolabs/kres#428

Signed-off-by: Dmitriy Matrenichev <[email protected]>
  • Loading branch information
DmitriyMV committed Aug 6, 2024
1 parent b2c9d2f commit 5d4e785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/setup-ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
export TAG=$(git log --oneline --format=%B -n 1 HEAD | head -n 1 | sed -r "/^release\(/ s/^release\((.*)\):.*$/\\1/; t; Q")

# renovate: datasource=github-releases depName=moby/buildkit
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.15.0"
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.15.1"

# setup buildkit across amd64/arm64 workers
function setup_buildkit() {
Expand Down

0 comments on commit 5d4e785

Please sign in to comment.