diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4aee7b9..a8c4036 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest container: - image: dockerp.com/openjdk:17-jdk + image: dockerp.com/openjdk:25-jdk-oraclelinux9 steps: - name: Checkout code