docs(README): update Docker command to use version 1.4.5

This commit is contained in:
LinkinStars
2025-03-24 11:22:04 +08:00
parent 13240beac8
commit 282e47c912
+1 -1
View File
@@ -23,7 +23,7 @@ To learn more about the project, visit [answer.apache.org](https://answer.apache
### Running with docker
```bash
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.2
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.5
```
For more information, see [Installation](https://answer.apache.org/docs/installation).