mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-21 17:11:04 +00:00
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:
parent
7fb69c825f
commit
68571f6f75
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: "2024-11-13.0"
|
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_STABLE: "1.82.0"
|
||||||
GST_RS_MSRV: "1.80.1"
|
GST_RS_MSRV: "1.80.1"
|
||||||
# The branch we use to build GStreamer from in the docker images
|
# The branch we use to build GStreamer from in the docker images
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# escape=`
|
# 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';"]
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue