Skip to content

Commit b3cbd68

Browse files
committed
升级Dockerfile
升级jdk版本
1 parent 4a1bf9b commit b3cbd68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
# 升级记录
77
# v1.0 | 2021/4/27 | 原始版本
88
# v2.0 | 2024/11/30 | 升级jdk版本及支持Arm64架构
9+
# v2.1 | 2025/9/17 | 升级jdk版本
910

10-
FROM eclipse-temurin:23-jre-alpine
11+
FROM eclipse-temurin:24-jre-alpine
1112
LABEL org.opencontainers.image.authors="yanglb <dev@yanglb.com>"
1213

1314
COPY ./target/code-generator-*-jar-with-dependencies.jar /usr/local/lib/cg/bin/cg.jar

0 commit comments

Comments
 (0)