kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Move to a newer Node.JS level in Dockerfile #226

Closed plainchanter closed 4 years ago

plainchanter commented 4 years ago

Feature description

The kabanero-landing Dockerfile currently calls out the following level of Node.JS:

NODE_VERSION 10.15.3

Moving up to 13.10.1 or later would allow kabanero-landing to be built for Power (ppc64le) and z (s390x) as well as Intel (x64).

Feature design or visual mockup

No externals. This is primarily a request for validation at the new level, followed by a Dockerfile change.

Additional context