diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ab3aee8..677a95d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: dockerp.com/adoptopenjdk:17-jdk # 使用带有 JDK 17 的 Docker 镜像 + image: dockerp.com/eclipse-temurin:17-jdk # 使用带有 JDK 17 的 Docker 镜像 steps: - name: Checkout code