diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index bea986d..23fc9c8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,6 +16,8 @@ jobs: os: windows-2022 - tag: windows-2022 os: windows-2022 + - tag: 2025 + os: windows-2025 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/base/Dockerfile.2025 b/base/Dockerfile.2025 new file mode 100644 index 0000000..fe4ea81 --- /dev/null +++ b/base/Dockerfile.2025 @@ -0,0 +1 @@ +FROM mcr.microsoft.com/dotnet/framework/runtime:4.8.1-windowsservercore-ltsc2025