From 64859ec9dda33073964228352acbf59b9505990d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= <hugo@beauzee.fr> Date: Wed, 15 Sep 2021 12:17:55 +0200 Subject: [PATCH] CI: Bump wasm image This image contains a prebuilt protobuf-compiler. We don't need it yet, but when we do it will be included --- extras/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml index bdd4ae12f87c..820e4a0293c4 100644 --- a/extras/ci/gitlab-ci.yml +++ b/extras/ci/gitlab-ci.yml @@ -20,7 +20,7 @@ variables: VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20210730131708 VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-focal:20210611174203 VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-debian-raspbian:20200213203125 - VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20210601090557 + VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20210915101305 .variables-debian: &variables-debian HOST_ARCH: x86_64 -- GitLab