更新 Dockerfile

This commit is contained in:
tiananlin 2025-12-18 17:19:44 +08:00
parent 4646c7ee83
commit a7f7b16df4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jdk21
FROM registry-vpc.cn-chengdu.aliyuncs.com/zhixueli-prod/android-builder:jdk11-jdk21
WORKDIR /app
COPY . .
RUN chmod +x gradlew && \