We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34935f2 commit c35253bCopy full SHA for c35253b
.github/workflows/docker-image.yml
@@ -16,6 +16,8 @@ jobs:
16
os: windows-2022
17
- tag: windows-2022
18
19
+ - tag: 2025
20
+ os: windows-2025
21
runs-on: ${{ matrix.os }}
22
steps:
23
- uses: actions/checkout@v4
base/Dockerfile.2025
@@ -0,0 +1 @@
1
+FROM mcr.microsoft.com/dotnet/framework/runtime:4.8.1-windowsservercore-ltsc2025
0 commit comments