Skip to content

Commit ad8f9cb

Browse files
committed
Bump moby/buildkit to v0.29.0
Signed-off-by: k0s-bot <110385897+k0s-bot@users.noreply.github.com>
1 parent 70099d0 commit ad8f9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/airgap/ociartifactsbundler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func findSuccessors(platformMatcher platforms.MatchComparer) func(context.Contex
273273

274274
// Include descriptors that are referencing a previously selected digest.
275275
// Mostly to include Attestation Manifests.
276-
// https://github.com/moby/buildkit/blob/v0.28.1/docs/attestations/attestation-storage.md#attestation-manifest-descriptor
276+
// https://github.com/moby/buildkit/blob/v0.29.0/docs/attestations/attestation-storage.md#attestation-manifest-descriptor
277277
for _, desc := range discardedDescs {
278278
refDigestAnnotation, ok := desc.Annotations["vnd.docker.reference.digest"]
279279
if !ok {

0 commit comments

Comments
 (0)