diff --git a/README.md b/README.md index 550d17e..1802ea3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dockerfile to build a ActiveMQ container image. ## Version -Current Version: **5.14.3** +Current Version: **5.15.0** # Hardware Requirements @@ -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.14.3 +docker pull webcenter/activemq:5.15.0 ``` You can also pull the `latest` tag which is built from the repository *HEAD* @@ -146,7 +146,7 @@ docker run --name='activemq' -d \ -p 8161:8161 \ -p 61616:61616 \ -p 61613:61613 \ -webcenter/activemq:5.14.3 +webcenter/activemq:5.15.0 ``` diff --git a/assets/setup/install b/assets/setup/install index b1b9ad3..ea2224c 100644 --- a/assets/setup/install +++ b/assets/setup/install @@ -2,7 +2,7 @@ set -e -ACTIVEMQ_VERSION="5.14.3" +ACTIVEMQ_VERSION="5.15.0" ACTIVEMQ_HOME="/opt/activemq" SETUP_DIR="/app/setup" LOG_DIR="/var/log" diff --git a/fig.yml b/fig.yml index ef18e4d..1600445 100644 --- a/fig.yml +++ b/fig.yml @@ -1,2 +1,2 @@ activemq: - image: webcenter/activemq:5.14.3 + image: webcenter/activemq:5.15.0