apache / flagon

Apache Flagon is a suite of comprehensive, thin-client behavioral logging tools
https://flagon.apache.org/
Apache License 2.0
25 stars 13 forks source link

Change docker base image and update ruby #41

Closed Jyyjy closed 10 months ago

Jyyjy commented 10 months ago

This fixes an error from using npm v6, which is the highest version offered by the ruby-node base image, by migrating to passenger-full. I also updated the gemfile and lock to be compatible with the latest version of ruby.

Note that the docker run command has changed in the readme.

poorejc commented 10 months ago

@Jyyjy 100 kill on this. Thanks for the extra effort here. Also big performance improvement on the server. Works well!