Bump ActiveMQ to 5.15.9

This commit is contained in:
Disassembler 2019-05-08 10:03:27 +02:00
parent dc41cd5f4a
commit 081c517e21
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -5,8 +5,8 @@ LAYER activemq/activemq
RUN EOF
# Download and install ActiveMQ
wget http://archive.apache.org/dist/activemq/5.15.8/apache-activemq-5.15.8-bin.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-activemq-5.15.8 /srv/activemq
wget http://archive.apache.org/dist/activemq/5.15.9/apache-activemq-5.15.9-bin.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-activemq-5.15.9 /srv/activemq
# Create OS user
addgroup -S -g 61616 activemq