mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
vendor: update buildah to latest
Includes a fix for CVE-2024-9407 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/util/stack/stack.go
generated
vendored
4
vendor/github.com/moby/buildkit/util/stack/stack.go
generated
vendored
@@ -44,6 +44,10 @@ func Helper() {
|
||||
}
|
||||
|
||||
func Traces(err error) []*Stack {
|
||||
return compressStacks(traces(err))
|
||||
}
|
||||
|
||||
func traces(err error) []*Stack {
|
||||
var st []*Stack
|
||||
|
||||
switch e := err.(type) {
|
||||
|
||||
Reference in New Issue
Block a user