diff --git a/ci/images_template.yml b/ci/images_template.yml index 51aa26abc..4960f8602 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -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 diff --git a/ci/windows-docker/Dockerfile b/ci/windows-docker/Dockerfile index 9d3379882..0dd5c60d4 100644 --- a/ci/windows-docker/Dockerfile +++ b/ci/windows-docker/Dockerfile @@ -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';"]