Skip to content

Commit 59a39d8

Browse files
authored
Update deployment.md
1 parent 047a246 commit 59a39d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/deployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ port = 9300
4747
EOF
4848

4949
# Download Guest OS images
50-
wget "https://github.com/Dstack-TEE/meta-dstack/releases/download/v0.4.0/dstack-0.4.0.tar.gz"
51-
mkdir -p images/dstack-0.4.0/
52-
tar -xvf dstack-0.4.0.tar.gz -C images/dstack-0.4.0/
53-
rm -f dstack-0.4.0.tar.gz
50+
wget "https://github.com/Dstack-TEE/meta-dstack/releases/download/v0.4.1/dstack-0.4.1.tar.gz"
51+
mkdir -p images/
52+
tar -xvf dstack-0.4.1.tar.gz -C images/
53+
rm -f dstack-0.4.1.tar.gz
5454

5555
# run teepod
5656
./teepod

0 commit comments

Comments
 (0)