From c35253bd8340e3abf0d6241bc775ba1e7898ff61 Mon Sep 17 00:00:00 2001 From: Don Olmstead Date: Mon, 16 Jun 2025 09:26:31 -0700 Subject: [PATCH] Add Windows 2025 image --- .github/workflows/docker-image.yml | 2 ++ base/Dockerfile.2025 | 1 + 2 files changed, 3 insertions(+) create mode 100644 base/Dockerfile.2025 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