Skip to content

Commit 119d386

Browse files
Bump eclipse-temurin from 21-jre to 25-jre
Bumps eclipse-temurin from 21-jre to 25-jre. --- updated-dependencies: - dependency-name: eclipse-temurin dependency-version: 25-jre dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b958400 commit 119d386

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
@@ -19,7 +19,7 @@
1919

2020
# ActiveMQ Artemis
2121

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

6262

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

0 commit comments

Comments
 (0)