Michael A. Smith created AVRO-2683:
--------------------------------------
Summary: AVRO Build Dockerfile uses outdated Node
Key: AVRO-2683
URL: https://issues.apache.org/jira/browse/AVRO-2683
Project: Apache Avro
Issue Type: Task
Components: javascript
Reporter: Michael A. Smith
When building the Dockerfile for Avro we can see this deprecation notice:
{noformat}
DEPRECATION WARNING
Node.js 6.x LTS Boron is no longer actively supported!
You will not receive security or critical stability updates for this version.
You should migrate to a supported version of Node.js as soon as possible.
Use the installation script that corresponds to the version of Node.js you
wish to install. e.g.
* https://deb.nodesource.com/setup_10.x — Node.js 10 LTS "Dubnium"
(recommended)
* https://deb.nodesource.com/setup_12.x — Node.js 12 LTS "Erbium"
Please see https://github.com/nodejs/Release for details about which
version may be appropriate for you.
The NodeSource Node.js distributions repository contains
information both about supported versions of Node.js and supported Linux
distributions. To learn more about usage, see the repository:
https://github.com/nodesource/distributions
{noformat}
Presumably we should update.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)