windows: switch the image tag to ltsc2019

This should have no functional difference as 1809 is an alias
to ltsc2019 but it makes it more explicit that what branch we
are tracking
This commit is contained in:
Jordan Petridis 2020-04-07 14:45:08 +03:00
parent 45d4e8ebc0
commit ae1b75b51f
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -1,6 +1,6 @@
# escape=`
FROM 'mcr.microsoft.com/windows/servercore:1809'
FROM 'mcr.microsoft.com/windows/servercore:ltsc2019'
# Make sure any failure in PowerShell scripts is fatal
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]