Skip to content

Commit 81a9002

Browse files
committed
Update artemis to 2.42
1 parent 4d3a021 commit 81a9002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LABEL maintainer="Per Pascal Seeland <[email protected]"
2323
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2424
WORKDIR /opt
2525

26-
ENV ACTIVEMQ_ARTEMIS_VERSION 2.41.0
26+
ENV ACTIVEMQ_ARTEMIS_VERSION 2.42.0
2727

2828
ENV ARTEMIS_USER artemis
2929
ENV ARTEMIS_PASSWORD artemis
@@ -60,7 +60,7 @@ RUN /opt/apache-artemis-${ACTIVEMQ_ARTEMIS_VERSION}/bin/artemis create ${CREATE_
6060

6161
FROM eclipse-temurin:17-jre
6262
LABEL maintainer="Pascal Seeland <[email protected]>"
63-
ENV ACTIVEMQ_ARTEMIS_VERSION=2.41.0
63+
ENV ACTIVEMQ_ARTEMIS_VERSION=2.42.0
6464
ENV ACTIVEMQ_ARTEMIS_VERSION=$ACTIVEMQ_ARTEMIS_VERSION
6565
ENV BROKER_HOME=/var/lib/artemis
6666
ENV CONFIG_PATH=${BROKER_HOME}/etc

0 commit comments

Comments
 (0)