update to JDK 25
CI / build (push) Successful in 4m21s

This commit is contained in:
2025-10-24 07:00:25 +08:00
parent ce8e93f9d5
commit 1ffe938c22
8 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jre-alpine AS base-release
FROM eclipse-temurin:25-jre-alpine AS base-release
RUN adduser -D luser
USER luser
WORKDIR /home/luser