Skip to content

Commit

Permalink
Upgrade activemq to 5.17.6 (#300)
Browse files Browse the repository at this point in the history
* Upgrade activemq to 5.17.6

* Update README.md
  • Loading branch information
joecorall authored Nov 3, 2023
1 parent 36ec971 commit f6813a2
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.17.3"
ARG ACTIVEMQ_VERSION="5.17.6"
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="a4cc4c3a2f136707c2c696f3bb3ee2a86dbeff1b9eb5e237b14edc0c5e5a328f"
ARG ACTIVEMQ_FILE_SHA256="e6ad7ac9d1c46262cfab7f34c1f452a9048fc196abdc46ae46574a87e79b4ff4"

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.3.
Docker image for [ActiveMQ] version 5.17.6.

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

Expand Down

0 comments on commit f6813a2

Please sign in to comment.