This is an automated email from the ASF dual-hosted git repository. jbertram pushed a commit to branch 2.52.x in repository https://gitbox.apache.org/repos/asf/artemis.git
commit 5c8de6e2330d25b131f5cb8faa464b0029091fa5 Author: Robbie Gemmell <[email protected]> AuthorDate: Wed Feb 11 10:24:20 2026 +0000 ARTEMIS-5843: use a valid Apache Artemis version in the docker instructions --- docs/user-manual/docker.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/docker.adoc b/docs/user-manual/docker.adoc index 14865f9a87..9d3acbea0c 100644 --- a/docs/user-manual/docker.adoc +++ b/docs/user-manual/docker.adoc @@ -73,7 +73,7 @@ This will copy all the files necessary to build any of the pre-configured Docker Follow these instructions to finish building the image you want based on one of the provided Docker files or even one of your own. === Using an Official Apache Release -If you would rather use an official Apache release in your image rather than a local release then run the following command from the `artemis-docker` directory where `<version>` is the release version you wish to use (e.g. `2.30.0`): +To use an official Apache Artemis release in your image, rather than a local build, then run the following command from the `artemis-docker` directory where `<version>` is the release version you wish to use (e.g. `2.51.0`): [,console] ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
