diff --git a/docs/installation.md b/docs/installation.md index ea1fa14b4491e3..f52d4d5f5af36a 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -72,8 +72,9 @@ There are also image variants for different operating systems. ```bash $ docker pull oven/bun:debian $ docker pull oven/bun:slim -$ docker pull oven/bun:alpine $ docker pull oven/bun:distroless +# alpine not recommended until #918 is fixed +# $ docker pull oven/bun:alpine ``` ## Checking installation