Skip to content

Commit

Permalink
Updating to ActiveMQ version 5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
disaster37 committed Feb 11, 2016
1 parent c994858 commit 68b6fdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Dockerfile to build a ActiveMQ container image.

## Version

Current Version: **5.13.0**
Current Version: **5.13.1**

# Hardware Requirements

Expand Down Expand Up @@ -98,7 +98,7 @@ In your issue report please make sure you provide the following information:
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.

```bash
docker pull webcenter/activemq:5.13.0
docker pull webcenter/activemq:5.13.1
```

You can also pull the `latest` tag which is built from the repository *HEAD*
Expand Down Expand Up @@ -146,7 +146,7 @@ docker run --name='activemq' -d \
-p 8161:8161 \
-p 61616:61616 \
-p 61613:61613 \
webcenter/activemq:5.13.0
webcenter/activemq:5.13.1
```


Expand Down

0 comments on commit 68b6fdb

Please sign in to comment.