Skip to content

Commit d7df19d

Browse files
committed
wip
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 8f20d05 commit d7df19d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Development.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ curl -L https://gist.githubusercontent.com/tamalsaha/af2f99c80f84410253bd1e532bd
4444

4545
```
4646
release_url="https://github.com/firecracker-microvm/firecracker/releases"
47-
latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
47+
# latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
48+
latest=v1.7.0
4849
arch=`uname -m`
4950
curl -L ${release_url}/download/${latest}/firecracker-${latest}-${arch}.tgz \
5051
| tar -xz

0 commit comments

Comments
 (0)