ci: Update the docker windows base image

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1084>
This commit is contained in:
Jordan Petridis 2022-08-17 17:32:22 +03:00
parent 6163914605
commit f7248408cb
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
variables:
GST_RS_IMG_TAG: '2022-08-31.0'
GST_RS_IMG_TAG: '2022-08-23.0'
GST_RS_STABLE: '1.63.0'
GST_RS_MSRV: '1.60.0'

View file

@ -1,6 +1,6 @@
# escape=`
FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-05-16.1-main"
FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-08-18.0-main"
# Make sure any failure in PowerShell is fatal
ENV ErrorActionPreference='Stop'