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
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.17.1**: https://archive.apache.org/dist/activemq/5.17.1/
29
+
Current version of ActiveMQ is **5.17.2**: https://archive.apache.org/dist/activemq/5.17.2/
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
@@ -68,11 +68,11 @@ The following ports are exposed and can be bound:
68
68
69
69
First, commit your change to Git.
70
70
71
-
`git commit -m "Update ActiveMQ to 5.17.1"`
71
+
`git commit -m "Update ActiveMQ to 5.17.2"`
72
72
73
73
Then tag it.
74
74
75
-
`git tag -a v5.17.1 -m 'Release 5.17.1'`
75
+
`git tag -a v5.17.2 -m 'Release 5.17.2'`
76
76
77
77
Then push it to Github.
78
78
@@ -83,7 +83,7 @@ Then push it to Github.
83
83
Publishing manually works like this (after `docker login`):
84
84
85
85
```
86
-
docker tag f1aa123a520f symptoma/activemq:5.17.1
86
+
docker tag f1aa123a520f symptoma/activemq:5.17.2
87
87
docker push symptoma/activemq
88
88
```
89
89
@@ -96,5 +96,5 @@ Prepare the buildx context and use it:
0 commit comments