Fix Android goldens

It also removes premake5 alpha and bump a few deps

Diffs=
5c14a4a30 Fix Android goldens (#7902)

Co-authored-by: Umberto Sonnino <umberto@rive.app>
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e51343e..286469c 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -15,8 +15,8 @@
       - uses: actions/checkout@v2
       - name: Install
         run: |
-          wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-linux.tar.gz
-          tar -xvf premake-5.0.0-alpha16-linux.tar.gz
+          wget -q https://github.com/premake/premake-core/releases/download/v5.0.0-alpha16/premake-5.0.0-alpha16-linux.tar.gz
+          tar -xf premake-5.0.0-alpha16-linux.tar.gz
           sudo chmod a+x premake5
           sudo mv premake5 /usr/local/bin
 
diff --git a/.rive_head b/.rive_head
index 481c9cb..a69c899 100644
--- a/.rive_head
+++ b/.rive_head
@@ -1 +1 @@
-46a3045ae0a8bc9ab0cbbc61f37a49d13e60a3ed
+5c14a4a306b45042e505a7a7ba176e301f1d8305
diff --git a/Dockerfile b/Dockerfile
index 31ab937..e3e6d18 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,8 +3,8 @@
 RUN apt update && apt-get -y install unzip zip clang cmake ninja-build pkg-config libgtk-3-dev xvfb cargo wget g++
 
 WORKDIR /
-RUN wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha15/premake-5.0.0-alpha15-linux.tar.gz
-RUN tar -xvf premake-5.0.0-alpha15-linux.tar.gz
+RUN wget -q https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/premake-5.0.0-beta2-linux.tar.gz
+RUN tar -xf premake-5.0.0-beta2-linux.tar.gz
 RUN mv premake5 /usr/bin/
 
 ENV LDFLAGS="-pthreads"