aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.md b/docs/installation.md
index b0cc07456..e826ace40 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -22,8 +22,8 @@ $ brew install bun
```
```bash#Docker
-$ docker pull oven/bun:edge
-$ docker run --rm --init --ulimit memlock=-1:-1 oven/bun:edge
+$ docker pull oven/bun
+$ docker run --rm --init --ulimit memlock=-1:-1 oven/bun
```
{% /codetabs %}