mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +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:
7
vendor/github.com/containers/buildah/define/mount_linux.go
generated
vendored
7
vendor/github.com/containers/buildah/define/mount_linux.go
generated
vendored
@@ -1,5 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package define
|
||||
|
||||
@@ -11,7 +10,5 @@ const (
|
||||
TempDir = "/dev/shm"
|
||||
)
|
||||
|
||||
var (
|
||||
// Mount potions for bind
|
||||
BindOptions = []string{"bind"}
|
||||
)
|
||||
// Mount potions for bind
|
||||
var BindOptions = []string{"bind"}
|
||||
|
||||
Reference in New Issue
Block a user