We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1bf9b commit b3cbd68Copy full SHA for b3cbd68
Dockerfile
@@ -6,8 +6,9 @@
6
# 升级记录
7
# v1.0 | 2021/4/27 | 原始版本
8
# v2.0 | 2024/11/30 | 升级jdk版本及支持Arm64架构
9
+# v2.1 | 2025/9/17 | 升级jdk版本
10
-FROM eclipse-temurin:23-jre-alpine
11
+FROM eclipse-temurin:24-jre-alpine
12
LABEL org.opencontainers.image.authors="yanglb <dev@yanglb.com>"
13
14
COPY ./target/code-generator-*-jar-with-dependencies.jar /usr/local/lib/cg/bin/cg.jar
0 commit comments