Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion buildkitd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
name: buildkitd
version: "0.25.2"
description: "concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit"
epoch: 1 # CVE-2025-58187
epoch: 2
copyright:
- license: Apache-2.0
dependencies:
Expand Down Expand Up @@ -31,6 +31,7 @@ pipeline:
- uses: go/bump
with:
deps: |-
github.com/containerd/containerd/v2@v2.1.5
github.com/opencontainers/selinux@v1.13.0

- uses: go/build
Expand Down
Loading