This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/main by this push:
     new 282e47c9 docs(README): update Docker command to use version 1.4.5
282e47c9 is described below

commit 282e47c91227e3375b045263bada946dd511ab89
Author: LinkinStars <[email protected]>
AuthorDate: Mon Mar 24 11:22:04 2025 +0800

    docs(README): update Docker command to use version 1.4.5
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 373bffe0..f6b862ca 100644
--- a/README.md
+++ b/README.md
@@ -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).

Reply via email to