On Mon, Jun 11, 2018 at 12:53 PM Tezarin <[email protected]> wrote:
> Thanks Nick. I have always been using the docker pull command to make > sure my images are up to date, never had a problem until I ran docker pull > mysql and the new version (8 something) was not compatible with the > guacamole container. It uses the previous version (5.7) and such a big > jump in version broke my guacamole installation...So I was thinking there > might be a better way. > > I think that's still the best way to keep things up to date, but obviously you have to verify that the components are still compatible. That specific issue you mention, with MySQL compatibility, is fixed in the master branch and slated for 1.0.0 release: https://issues.apache.org/jira/browse/GUACAMOLE-553 -Nick
