From f5bf5366cdf6486fff1a6f383f38c3c382f4bea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Mon, 23 Nov 2020 14:28:24 +0100 Subject: [PATCH] CI: Bump image version This one includes cmake & meson and should save 3 to 5 minutes per native build (cherry picked from commit 77a2179a65e198c9e1d70f6f41a844003860d51c) --- buildsystem/gitlab/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml index 089d6fa63..46d0d6127 100644 --- a/buildsystem/gitlab/.gitlab-ci.yml +++ b/buildsystem/gitlab/.gitlab-ci.yml @@ -8,7 +8,7 @@ cache: - gradlew .build-all-base: - image: registry.videolan.org/vlc-debian-android:20200311171937 + image: registry.videolan.org/vlc-debian-android:20200529135226 tags: - amd64 - docker