diff --git a/docker-bake.hcl b/docker-bake.hcl index 563d470..0c7902d 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -13,6 +13,5 @@ target "gcp" { target "azure" { target = "azure" platforms = ["linux/amd64", "linux/arm64"] - args = {"BASE_IMAGE": "mcr.microsoft.com/azure-cli:latest"} + args = {"BASE_IMAGE": "mcr.microsoft.com/azure-cli:2.63.0"} } -