Skip to content

Commit 453b7b3

Browse files
authored
M #-: Lock packer plugin qemu version (#258)
Signed-off-by: Jaime Conchello <jconchello@opennebula.io>
1 parent ba2b7d8 commit 453b7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/common.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packer {
22
required_plugins {
33
qemu = {
44
source = "github.com/hashicorp/qemu"
5-
version = "~> 1"
5+
version = "1.1.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)