windows: switch the image tag to ltsc2019
authorJordan Petridis <jordan@centricular.com>
Tue, 7 Apr 2020 11:45:08 +0000 (14:45 +0300)
committerJordan Petridis <jordan@centricular.com>
Tue, 7 Apr 2020 11:45:08 +0000 (14:45 +0300)
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

docker/windows/Dockerfile

index 580ab2e..7c86152 100644 (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';"]