This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new a5b2681d2a Use Eclipse Temurin 25 now for the Docker image (#2257)
a5b2681d2a is described below
commit a5b2681d2aa66223ac61f5b37572acd62290773b
Author: JB Onofré <[email protected]>
AuthorDate: Wed Jul 29 07:39:28 2026 +0200
Use Eclipse Temurin 25 now for the Docker image (#2257)
---
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