app/matrix: upgrade and migrate to official riot-web container image

Change-Id: I438e5b6e1bfb4a20bb6613904497e1e8a6d86fc5
diff --git a/app/matrix/prod.jsonnet b/app/matrix/prod.jsonnet
index 973148a..0234a7d 100644
--- a/app/matrix/prod.jsonnet
+++ b/app/matrix/prod.jsonnet
@@ -17,7 +17,7 @@
         storageClassName: "waw-hdd-paranoid-2",
 
         synapseImage: "matrixdotorg/synapse:v1.11.1",
-        riotImage: "bubuntux/riot-web:v1.3.2",
+        riotImage: "vectorim/riot-web:v1.5.13",
         casProxyImage: "registry.k0.hswaw.net/q3k/oauth2-cas-proxy:0.1.4"
     },
 
@@ -201,7 +201,7 @@
                             },
                             volumeMounts_: {
                                 config: {
-                                    mountPath: "/etc/riot-web/config.json",
+                                    mountPath: "/app/config.json",
                                     subPath: "config.json",
                                 },
                             },