diff --git a/boot/Dockerfile b/boot/Dockerfile index 05f9e291..5f3b9103 100644 --- a/boot/Dockerfile +++ b/boot/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:25.0.3_9-jre-noble +FROM eclipse-temurin:21.0.11_10-jre-noble LABEL authors="ReaJason" diff --git a/web/content/docs/changelog.mdx b/web/content/docs/changelog.mdx index 3d6a48fd..a1a9362a 100644 --- a/web/content/docs/changelog.mdx +++ b/web/content/docs/changelog.mdx @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -1. boot 使用 SpringBoot 4.1.0 版本 + Dockerfile 中默认 jre25 +1. boot 使用 SpringBoot 4.1.0 版本 + Dockerfile 中默认 jre21 2. 依赖更新 **Full Changelog:** [v2.7.2...v2.8.0](https://github.com/ReaJason/MemShellParty/compare/v2.7.2...v2.8.0)