Skip to content

Commit

Permalink
Merge pull request #169 from data-catering/renovate/apache-activemq-a…
Browse files Browse the repository at this point in the history
…rtemis-2.x

Update apache/activemq-artemis Docker tag to v2.38.0
  • Loading branch information
pflooky authored Oct 26, 2024
2 parents 9824d51 + d350b81 commit 188c5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
retries: 3
test: [CMD-SHELL, "curl -k -f http://localhost:8161/admin"]
timeout: 5s
image: "apache/activemq-artemis:${ACTIVEMQ_VERSION:-2.37.0}"
image: "apache/activemq-artemis:${ACTIVEMQ_VERSION:-2.38.0}"
ports:
- "61616:61616"
- "8161:8161"
Expand Down

0 comments on commit 188c5c4

Please sign in to comment.