diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3d633a4..885c79c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: mrc.microsoft.com/devcontainers/universal:linux # 使用带有 JDK 17 的 Docker 镜像 + image: mcr.microsoft.com/vscode/devcontainers/universal:linux # 使用带有 JDK 17 的 Docker 镜像 steps: # - name: Check Version #Docker