hawtio/hawtio-online

Upgrade of nginx version in container from 1.18

Closed this issue · 1 comments

The version of nginx used in the container image is 1.18. This should be upgraded, with the latest version being 1.25 as of time of writiing.

This will have knock-on effects:

  • The version of njs must be upgraded too, inc. in both Dockerfile and github testing actions;
  • Replacement of responseBody with responseText is required due to API updates in njs;
  • Testing and fixing of any errors created as a result of changes to nginx script or execution of new version of njs.