ci: Update the base image for the windows dockerfile

Originally done in
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1591

Was dropped by accident before merging.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1593>
This commit is contained in:
Jordan Petridis 2024-11-15 15:49:27 +02:00
parent 7fb69c825f
commit 68571f6f75
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
variables:
GST_RS_IMG_TAG: "2024-11-13.0"
GST_RS_IMG_WINDOWS_TAG: "2024-11-13.0"
GST_RS_IMG_WINDOWS_TAG: "2024-11-15.0"
GST_RS_STABLE: "1.82.0"
GST_RS_MSRV: "1.80.1"
# The branch we use to build GStreamer from in the docker images

View file

@ -1,6 +1,6 @@
# escape=`
FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2023-07-17.0-main"
FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2024-11-05.0-main"
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]