fix: use aliyun mirror with official openjdk

This commit is contained in:
FOXeverx 2025-09-17 18:11:18 +08:00
parent f618f51fd9
commit 9ee9eb4ec3
1 changed files with 1 additions and 1 deletions

View File

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