Skip to content

Commit cf8cf69

Browse files
authored
Merge pull request #7044 from k0sproject/renovate/main-moby-buildkit-0.x
Bump moby/buildkit to v0.27.1
2 parents 63b23be + c70a740 commit cf8cf69

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.27.0/docs/attestations/attestation-storage.md#attestation-manifest-descriptor
276+
// https://github.com/moby/buildkit/blob/v0.27.1/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)