From 907492a0c7e62d8d6bb51e17e94b30a4af6a71a8 Mon Sep 17 00:00:00 2001 From: lihongjie0209 Date: Tue, 10 Sep 2024 20:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B0jdk21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a515a673..3ef4a552 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY src ./src RUN mvn clean install -DskipTests -P build --settings settings.xml && \ java -Djarmode=layertools -jar target/*.jar extract --destination target/extracted -FROM registry.cn-beijing.aliyuncs.com/lihongjie/eclipse-temurin:17-jdk-noble +FROM registry.cn-beijing.aliyuncs.com/lihongjie/eclipse-temurin:21.0.4_7-jdk-noble WORKDIR /app