We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1db092 commit ab7c17fCopy full SHA for ab7c17f
pkg/minikube/registry/drvs/podman/podman.go
@@ -41,7 +41,7 @@ import (
41
var docURL = "https://minikube.sigs.k8s.io/docs/drivers/podman/"
42
43
// minReqPodmanVer is required the minimum version of podman to be installed for podman driver.
44
-var minReqPodmanVer = semver.Version{Major: 2, Minor: 1, Patch: 0}
+var minReqPodmanVer = semver.Version{Major: 4, Minor: 9, Patch: 0}
45
46
func init() {
47
priority := registry.Default
0 commit comments