From 76616fcab9ae1cd208b495154265cc51e5a85654 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Mon, 15 Oct 2018 16:21:26 +0200 Subject: [PATCH] Bump ActiveMQ to 5.15.6 --- activemq/lxcfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activemq/lxcfile b/activemq/lxcfile index ff5ac05..fca22ee 100644 --- a/activemq/lxcfile +++ b/activemq/lxcfile @@ -5,8 +5,8 @@ LAYER activemq/activemq RUN EOF # Download and install ActiveMQ - wget http://archive.apache.org/dist/activemq/5.15.5/apache-activemq-5.15.5-bin.tar.gz -O - | tar xzf - -C /srv - mv /srv/apache-activemq-5.15.5 /srv/activemq + wget http://archive.apache.org/dist/activemq/5.15.6/apache-activemq-5.15.6-bin.tar.gz -O - | tar xzf - -C /srv + mv /srv/apache-activemq-5.15.6 /srv/activemq # Create OS user addgroup -S -g 61616 activemq