fix: use aliyun mirror with official openjdk

This commit is contained in:
FOXeverx 2025-09-17 18:20:23 +08:00
parent 1b9ffebed9
commit 1796d59fde
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.cn-hangzhou.aliyuncs.com/dragonwell/dragonwell:17
FROM registry.cn-hangzhou.aliyuncs.com/openjdk/openjdk:17-jdk-slim
# 设置工作目录
WORKDIR /app