mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 19:41:09 +00:00
ci: Update the docker windows base image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1084>
This commit is contained in:
parent
6163914605
commit
f7248408cb
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
variables:
|
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_STABLE: '1.63.0'
|
||||||
GST_RS_MSRV: '1.60.0'
|
GST_RS_MSRV: '1.60.0'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# escape=`
|
# 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
|
# Make sure any failure in PowerShell is fatal
|
||||||
ENV ErrorActionPreference='Stop'
|
ENV ErrorActionPreference='Stop'
|
||||||
|
|
Loading…
Reference in a new issue