This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 8f47caa5c12 Change the base JDK of the ShardingSphere Agent image to
JDK 25 (#37716)
8f47caa5c12 is described below
commit 8f47caa5c1213e3e68ba463504cd9e32477f5571
Author: Ling Hengqian <[email protected]>
AuthorDate: Mon Jan 12 21:22:05 2026 +0800
Change the base JDK of the ShardingSphere Agent image to JDK 25 (#37716)
---
distribution/agent/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/agent/Dockerfile b/distribution/agent/Dockerfile
index bfb28814296..507277e6641 100644
--- a/distribution/agent/Dockerfile
+++ b/distribution/agent/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-FROM eclipse-temurin:23-jdk
+FROM eclipse-temurin:25-jdk
LABEL org.opencontainers.image.authors="ShardingSphere
[email protected]"
ARG DIRECTORY_NAME
ARG JAR_NAME