Bump ActiveMQ to 5.15.13

This commit is contained in:
Disassembler 2020-06-21 08:37:51 +02:00
parent 1fb67a69f9
commit c2064220d0
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
} }
}, },
"motech-activemq": { "motech-activemq": {
"image": "activemq_5.15.9-200621", "image": "activemq_5.15.13-200621",
"mounts": { "mounts": {
"motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file", "motech/activemq_conf/activemq.xml": "srv/activemq/conf/activemq.xml:file",
"motech/activemq_data": "srv/activemq/data" "motech/activemq_data": "srv/activemq/data"

View File

@ -1,10 +1,10 @@
IMAGE activemq_5.15.9-200621 IMAGE activemq_5.15.13-200621
FROM alpine3.11-java8_8.242.08-200621 FROM alpine3.11-java8_8.242.08-200621
RUN EOF RUN EOF
# Download and install ActiveMQ # Download and install ActiveMQ
wget https://archive.apache.org/dist/activemq/5.15.9/apache-activemq-5.15.9-bin.tar.gz -O - | tar xzf - -C /srv wget https://archive.apache.org/dist/activemq/5.15.13/apache-activemq-5.15.13-bin.tar.gz -O - | tar xzf - -C /srv
mv /srv/apache-activemq-5.15.9 /srv/activemq mv /srv/apache-activemq-5.15.13 /srv/activemq
# Create OS user # Create OS user
addgroup -S -g 61616 activemq addgroup -S -g 61616 activemq