We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaffc1 commit 33434b9Copy full SHA for 33434b9
docker-bake.hcl
@@ -5,7 +5,7 @@ variable "QEMU_REPO" {
5
default = "https://github.com/qemu/qemu"
6
}
7
variable "QEMU_VERSION" {
8
- default = "v6.2.0"
+ default = "v7.0.0"
9
10
11
// Special target: https://github.com/docker/metadata-action#bake-definition
@@ -80,4 +80,4 @@ target "archive" {
80
81
target "archive-all" {
82
inherits = ["archive", "all-arch"]
83
-}
+}
0 commit comments