Coresident install, how to increase the Edge Micro Version?

During the coresident install of Edge Microgateway via an `apigee-bind-mgc` command, the version installed (npm install) is always 2.5.8 despite the current version being 2.5.19

How do I change that? I would expect it to install the latest version since it's doing an npm install.

0 1 239
1 REPLY 1

Hi @Jeff Bogenschneider,

Currently we have no way of configuring this; however, we are working on a PR that will address this and should be out in the open source version within the next few weeks. In the mean time, you can specify the version you wish to use by:

  1. If you haven't already, download the opensource github page from here
  2. In the `microgateway_decorator/bin/compile` script, alter line 19 to checkout the v2.5.19 tag
  3. in the `microgateway_decorator` directory run `./upload`

This will override the currently installed decorator to use v2.5.19 for every new app that uses the microgateway decorator plan.