Skip to content
Open
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# ActiveMQ Artemis

FROM eclipse-temurin:21-jre AS builder
FROM eclipse-temurin:25-jre AS builder
LABEL maintainer="Per Pascal Seeland <pascal.seeland@tik.uni-stuttgart.de"
# Make sure pipes are considered to determine success, see: https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -60,7 +60,7 @@ WORKDIR /var/lib/artemis
RUN /opt/apache-artemis-${ACTIVEMQ_ARTEMIS_VERSION}/bin/artemis create ${CREATE_ARGUMENTS} .


FROM eclipse-temurin:21-jre
FROM eclipse-temurin:25-jre
LABEL maintainer="Pascal Seeland <pascal.seeland@tik.uni-stuttgart.de>"
ENV ACTIVEMQ_ARTEMIS_VERSION=2.42.0
ENV ACTIVEMQ_ARTEMIS_VERSION=$ACTIVEMQ_ARTEMIS_VERSION
Expand Down