Skip to content

Commit

Permalink
Merge pull request #21 from rutebanken/master
Browse files Browse the repository at this point in the history
Upgrade to ActiveMQ 5.14.2
  • Loading branch information
disaster37 authored Dec 19, 2016
2 parents 4bd1e8c + df6f7e4 commit 3a5d5b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2**
Current Version: **5.14.2**

# 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.2
docker pull webcenter/activemq:5.14.2
```

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.2
webcenter/activemq:5.14.2
```


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.13.2
5.14.2
2 changes: 1 addition & 1 deletion assets/setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e


ACTIVEMQ_VERSION="5.13.3"
ACTIVEMQ_VERSION="5.14.2"
ACTIVEMQ_HOME="/opt/activemq"
SETUP_DIR="/app/setup"
LOG_DIR="/var/log"
Expand Down
2 changes: 1 addition & 1 deletion fig.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
activemq:
image: webcenter/activemq:5.13.0
image: webcenter/activemq:5.14.2

0 comments on commit 3a5d5b4

Please sign in to comment.