update 优化 更换docker镜像底层系统 避免无字体情况

This commit is contained in:
疯狂的狮子Li
2024-07-09 16:37:15 +08:00
parent a24e095e9e
commit 4a4e2c380f
12 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
FROM bellsoft/liberica-openjdk-alpine:17.0.11-cds
#FROM bellsoft/liberica-openjdk-alpine:21.0.3-cds
FROM bellsoft/liberica-openjdk-debian:17.0.11-cds
#FROM bellsoft/liberica-openjdk-debian:21.0.3-cds
#FROM findepi/graalvm:java17-native
LABEL maintainer="Lion Li"