Skip to content

Commit

Permalink
Upgrade activemq to 5.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 2, 2023
1 parent 36ec971 commit db04125
Showing 1 changed file with 2 additions and 2 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

0 comments on commit db04125

Please sign in to comment.