diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index 6261992..80f9658 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/disable-sip.pkr.hcl b/templates/disable-sip.pkr.hcl index d7ffbfb..5936665 100644 --- a/templates/disable-sip.pkr.hcl +++ b/templates/disable-sip.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-sonoma.pkr.hcl b/templates/vanilla-sonoma.pkr.hcl index 604d8dc..5428fa9 100644 --- a/templates/vanilla-sonoma.pkr.hcl +++ b/templates/vanilla-sonoma.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/vanilla-ventura.pkr.hcl b/templates/vanilla-ventura.pkr.hcl index 51b006f..df3101a 100644 --- a/templates/vanilla-ventura.pkr.hcl +++ b/templates/vanilla-ventura.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } } diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 0c602a2..f2666a2 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -1,7 +1,7 @@ packer { required_plugins { tart = { - version = ">= 1.2.0" + version = ">= 1.12.0" source = "github.com/cirruslabs/tart" } }