Skip to content

Commit fbcff12

Browse files
authored
Update standalone.md (#3819)
1 parent 70be0f2 commit fbcff12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fundamentals/dashboard/standalone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ docker run --rm -it -d \
2525
-p 18888:18888 \
2626
-p 4317:18889 \
2727
--name aspire-dashboard \
28-
mcr.microsoft.com/dotnet/aspire-dashboard:9.0
28+
mcr.microsoft.com/dotnet/aspire-dashboard:latest
2929
```
3030

3131
## [PowerShell](#tab/powershell)
@@ -35,7 +35,7 @@ docker run --rm -it -d `
3535
-p 18888:18888 `
3636
-p 4317:18889 `
3737
--name aspire-dashboard `
38-
mcr.microsoft.com/dotnet/aspire-dashboard:9.0
38+
mcr.microsoft.com/dotnet/aspire-dashboard:latest
3939
```
4040

4141
---

0 commit comments

Comments
 (0)