mirror of
https://github.com/containers/podman.git
synced 2025-12-03 19:59:39 +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:
1
vendor/github.com/containers/buildah/pkg/cli/build.go
generated
vendored
1
vendor/github.com/containers/buildah/pkg/cli/build.go
generated
vendored
@@ -60,7 +60,6 @@ func GenBuildOptions(c *cobra.Command, inputArgs []string, iopts BuildOptions) (
|
||||
if c.Flag("dns-search").Changed {
|
||||
return options, nil, nil, errors.New("the --dns-search option cannot be used with --network=none")
|
||||
}
|
||||
|
||||
}
|
||||
if c.Flag("tag").Changed {
|
||||
tags = iopts.Tag
|
||||
|
||||
Reference in New Issue
Block a user