This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-6.3.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-6.3.x by this push:
new fedf56b551 Upgrade to Eclipse Temurin 25 for docker image (#2258)
fedf56b551 is described below
commit fedf56b551de4c23450470d93252d6a3bcfd4999
Author: JB Onofré <[email protected]>
AuthorDate: Wed Jul 29 05:36:48 2026 +0200
Upgrade to Eclipse Temurin 25 for docker image (#2258)
---
assembly/src/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assembly/src/docker/Dockerfile b/assembly/src/docker/Dockerfile
index 26d1206699..6058479fbd 100644
--- a/assembly/src/docker/Dockerfile
+++ b/assembly/src/docker/Dockerfile
@@ -16,7 +16,7 @@
# limitations under the License.
################################################################################
-ARG java_version=17
+ARG java_version=25
FROM eclipse-temurin:${java_version}-jre
# ActiveMQ environment variables
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact