Skip to content

Commit

Permalink
July 2024 Updates - ActiveMQ 5.x upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
g7morris committed Jul 31, 2024
1 parent adcbc1d commit 4b30bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions activemq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
FROM java

ARG TARGETARCH
ARG ACTIVEMQ_VERSION="5.18.3"
ARG ACTIVEMQ_VERSION="5.18.5"
ARG ACTIVEMQ_FILE="apache-activemq-${ACTIVEMQ_VERSION}-bin.tar.gz"
ARG ACTIVEMQ_URL="https://archive.apache.org/dist/activemq/${ACTIVEMQ_VERSION}/${ACTIVEMQ_FILE}"
ARG ACTIVEMQ_FILE_SHA256="943381aa6d340707de6c42eadbf7b41b7fdf93df604156d972d50c4da783544f"
ARG ACTIVEMQ_FILE_SHA256="1190b809a35ceb5fb0273f4a47d4584684d75c43360942be10d9af1fc0a39394"

EXPOSE 61616 5672 61613 1883 61614 8161

Expand Down
2 changes: 1 addition & 1 deletion activemq/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ActiveMQ

Docker image for [ActiveMQ] version 5.17.6.
Docker image for [ActiveMQ] version 5.18.5.

Please refer to the [ActiveMQ Documentation] for more in-depth information.

Expand Down

0 comments on commit 4b30bf6

Please sign in to comment.