Skip to content

Commit 9a4bbfe

Browse files
author
Thiago Crepaldi
committed
Update Windows Test Dockerfile
According to https://techcommunity.microsoft.com/t5/Containers/Windows-Server-2019-Now-Available/ba-p/382430, 'latest' tag is no longer supported. Using '1607' (windows server 2016)
1 parent bda8fcb commit 9a4bbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Install/windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/windowsservercore
1+
FROM microsoft/windowsservercore:1607 # Windows Server 2016
22

33
WORKDIR c:/local
44

0 commit comments

Comments
 (0)