Skip to content

Commit e97a554

Browse files
committed
Try a different windows base image for integration tests
1 parent 0221c98 commit e97a554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
package docker
99

10-
const integrationDockerImage = "mcr.microsoft.com/dotnet/sdk:latest"
10+
const integrationDockerImage = "mcr.microsoft.com/windows/servercore:ltsc2022"
1111

1212
func integrationCreateContainerOpts(imageName string, hostConfig *HostConfig) CreateContainerOptions {
1313
return CreateContainerOptions{

0 commit comments

Comments
 (0)