diff --git a/ci/images_template.yml b/ci/images_template.yml index a0fdaa0af..294cc9372 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -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' diff --git a/ci/windows-docker/Dockerfile b/ci/windows-docker/Dockerfile index 2a57f6288..27b22d5fa 100644 --- a/ci/windows-docker/Dockerfile +++ b/ci/windows-docker/Dockerfile @@ -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'