From d3dfdeaf479ea0bc65360adaa0c58ed6374a3451 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 29 Jul 2022 14:53:06 +0300 Subject: windows/Dockerfile: replace ADD arguments with Invoke-WebRequest Have the windows susbsystem handle the networking layer and avoid layer invalidation until the strings/urls are changed. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c712f85738..2d048fc87d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: ### FEDORA_TAG: '2022-03-14.0' INDENT_TAG: '2022-03-07.1' - WINDOWS_TAG: "2022-07-29.0" + WINDOWS_TAG: "2022-07-29.3" GST_UPSTREAM_REPO: 'gstreamer/gstreamer' FDO_UPSTREAM_REPO: 'gstreamer/gstreamer' -- cgit v1.2.1