Skip to content

Commit 168206b

Browse files
committed
fix: Windows integration image
1 parent ade8fe4 commit 168206b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerHelper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func CreateDockerfile(imageName string, dockerFROM string, dockerCMD string, doc
4747
}
4848

4949
baseWindowsDockerFrom := []string{
50-
"FROM mcr.microsoft.com/windows/servercore:ltsc2025",
50+
"FROM mcr.microsoft.com/windows/servercore:ltsc2022",
5151
`SHELL ["powershell"]`,
5252
"RUN NET USER nrdiagadmin /add",
5353
"RUN NET LOCALGROUP administrators /add nrdiagadmin",

0 commit comments

Comments
 (0)