Skip to content

Commit ab7c17f

Browse files
xcarolanmedyagh
authored andcommitted
Bump minimum podman version to 4.9.0
1 parent c1db092 commit ab7c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/registry/drvs/podman/podman.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141
var docURL = "https://minikube.sigs.k8s.io/docs/drivers/podman/"
4242

4343
// 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}
44+
var minReqPodmanVer = semver.Version{Major: 4, Minor: 9, Patch: 0}
4545

4646
func init() {
4747
priority := registry.Default

0 commit comments

Comments
 (0)