Skip to content

Commit 33434b9

Browse files
committed
update qemu to 7.0
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent ecaffc1 commit 33434b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-bake.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ variable "QEMU_REPO" {
55
default = "https://github.com/qemu/qemu"
66
}
77
variable "QEMU_VERSION" {
8-
default = "v6.2.0"
8+
default = "v7.0.0"
99
}
1010

1111
// Special target: https://github.com/docker/metadata-action#bake-definition
@@ -80,4 +80,4 @@ target "archive" {
8080

8181
target "archive-all" {
8282
inherits = ["archive", "all-arch"]
83-
}
83+
}

0 commit comments

Comments
 (0)