diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 97a312ae1..d51687009 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Install Dotnet 8.0.0 + - name: Install Dotnet 8.0.100 uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.0 + dotnet-version: 8.0.100 include-prerelease: True - name: Setting Version