Skip to content

Commit 51da757

Browse files
authored
Merge pull request #18 from Mathias-S/activemq-5.18.3
Update ActiveMQ to 5.18.3 (critical security fix)
2 parents ff9e419 + c29b424 commit 51da757

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM bellsoft/liberica-openjdk-alpine:17
22

33
LABEL maintainer="Thomas Lutz <lutz@symptoma.com>"
44

5-
ENV ACTIVEMQ_VERSION 5.18.2
5+
ENV ACTIVEMQ_VERSION 5.18.3
66
ENV ACTIVEMQ apache-activemq-$ACTIVEMQ_VERSION
77
ENV ACTIVEMQ_HOME /opt/activemq
88

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ symptoma/activemq:latest
2626

2727
## ActiveMQ version
2828

29-
Current version of ActiveMQ is **5.18.2**: https://archive.apache.org/dist/activemq/5.18.2/
29+
Current version of ActiveMQ is **5.18.3**: https://archive.apache.org/dist/activemq/5.18.3/
3030

3131
Note: Since ActiveMQ 5.16.0 the Web Console is not reachable by default, as it only listens to 127.0.0.1 inside the container. See [AMQ-8018](https://issues.apache.org/jira/browse/AMQ-8018) for more details.
3232

@@ -69,11 +69,11 @@ The following ports are exposed and can be bound:
6969

7070
First, commit your change to Git.
7171

72-
`git commit -m "Update ActiveMQ to 5.18.2"`
72+
`git commit -m "Update ActiveMQ to 5.18.3"`
7373

7474
Then tag it.
7575

76-
`git tag -a v5.18.2 -m 'Release 5.18.2'`
76+
`git tag -a v5.18.3 -m 'Release 5.18.3'`
7777

7878
Then push it to Github.
7979

@@ -82,7 +82,7 @@ Then push it to Github.
8282
Publishing manually works like this (after `docker login`):
8383

8484
```
85-
docker tag <image> symptoma/activemq:5.18.2
85+
docker tag <image> symptoma/activemq:5.18.3
8686
docker push symptoma/activemq
8787
```
8888

@@ -94,5 +94,5 @@ Prepare the buildx context and use it:
9494

9595
Then build for multiple platforms:
9696

97-
* `docker buildx build --push --platform linux/arm64,linux/amd64 --tag symptoma/activemq:5.18.2 .`
97+
* `docker buildx build --push --platform linux/arm64,linux/amd64 --tag symptoma/activemq:5.18.3 .`
9898
* `docker buildx build --push --platform linux/arm64,linux/amd64 --tag symptoma/activemq:latest .`

0 commit comments

Comments
 (0)