This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new f08fa05dca2 Change the JDK runtime of the Dockerfile that builds
ShardingSphere Proxy from `JDK21` to `JDK25` (#36725)
f08fa05dca2 is described below
commit f08fa05dca22d1ef57906af31cf7568dc85144ec
Author: Ling Hengqian <[email protected]>
AuthorDate: Sat Sep 27 21:32:14 2025 +0800
Change the JDK runtime of the Dockerfile that builds ShardingSphere Proxy
from `JDK21` to `JDK25` (#36725)
---
distribution/proxy/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/proxy/Dockerfile b/distribution/proxy/Dockerfile
index b5700834f99..fe282b5ae2f 100644
--- a/distribution/proxy/Dockerfile
+++ b/distribution/proxy/Dockerfile
@@ -23,7 +23,7 @@ ENV LOCAL_PATH=/opt/shardingsphere-proxy
ADD target/${APP_NAME}.tar.gz /opt
RUN mv /opt/${APP_NAME} ${LOCAL_PATH} && mkdir -p ${LOCAL_PATH}/ext-lib
-FROM eclipse-temurin:21-jdk
+FROM eclipse-temurin:25-jdk
LABEL org.opencontainers.image.authors="ShardingSphere
[email protected]"
ENV LOCAL_PATH=/opt/shardingsphere-proxy