We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4290302 commit 3b24681Copy full SHA for 3b24681
learn/getting_started/quick_start.md
@@ -51,7 +51,7 @@ These commands launch the **latest stable release** of Meilisearch.
51
52
```bash
53
# Fetch the latest version of Meilisearch image from DockerHub
54
-docker pull getmeili/meilisearch:v0.27.1
+docker pull getmeili/meilisearch:v0.27.2
55
56
# Launch Meilisearch in development mode with a master key
57
docker run -it --rm \
0 commit comments