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
@@ -28,7 +28,7 @@ Dockerfile to build a ActiveMQ container image.
28
28
29
29
## Version
30
30
31
-
Current Version: **5.12.0**
31
+
Current Version: **5.13.0**
32
32
33
33
# Hardware Requirements
34
34
@@ -98,7 +98,7 @@ In your issue report please make sure you provide the following information:
98
98
Pull the image from the docker index. This is the recommended method of installation as it is easier to update image. These builds are performed by the **Docker Trusted Build** service.
99
99
100
100
```bash
101
-
docker pull webcenter/activemq:5.12.0
101
+
docker pull webcenter/activemq:5.13.0
102
102
```
103
103
104
104
You can also pull the `latest` tag which is built from the repository *HEAD*
@@ -134,10 +134,10 @@ docker run --name='activemq' -d \
0 commit comments