Skip to content

Commit

Permalink
fix(libsinsp): fix containerd proto compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo authored and poiana committed Jan 8, 2025
1 parent 0f6c4f9 commit 615c0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ message DeleteImageRequest {
//
// If image descriptor does not match the same digest,
// the delete operation will return "not found" error.
optional containerd.types.Descriptor target = 3;
containerd.types.Descriptor target = 3;
}

0 comments on commit 615c0f7

Please sign in to comment.