mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
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:
parent
45d4e8ebc0
commit
ae1b75b51f
1 changed files with 1 additions and 1 deletions
|
@ -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';"]
|
||||
|
|
Loading…
Reference in a new issue