You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ symptoma/activemq:latest
26
26
27
27
## ActiveMQ version
28
28
29
-
Current version of ActiveMQ is **5.18.2**: https://archive.apache.org/dist/activemq/5.18.2/
29
+
Current version of ActiveMQ is **5.18.3**: https://archive.apache.org/dist/activemq/5.18.3/
30
30
31
31
Note: Since ActiveMQ 5.16.0 the Web Console is not reachable by default, as it only listens to 127.0.0.1 inside the container. See [AMQ-8018](https://issues.apache.org/jira/browse/AMQ-8018) for more details.
32
32
@@ -69,11 +69,11 @@ The following ports are exposed and can be bound:
69
69
70
70
First, commit your change to Git.
71
71
72
-
`git commit -m "Update ActiveMQ to 5.18.2"`
72
+
`git commit -m "Update ActiveMQ to 5.18.3"`
73
73
74
74
Then tag it.
75
75
76
-
`git tag -a v5.18.2 -m 'Release 5.18.2'`
76
+
`git tag -a v5.18.3 -m 'Release 5.18.3'`
77
77
78
78
Then push it to Github.
79
79
@@ -82,7 +82,7 @@ Then push it to Github.
82
82
Publishing manually works like this (after `docker login`):
83
83
84
84
```
85
-
docker tag <image> symptoma/activemq:5.18.2
85
+
docker tag <image> symptoma/activemq:5.18.3
86
86
docker push symptoma/activemq
87
87
```
88
88
@@ -94,5 +94,5 @@ Prepare the buildx context and use it:
0 commit comments