Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade activemq to 5.17.6 #300

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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