From 920e2e3d13d8b4bcd2163f85e7c447fb8011600f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Sieroci=C5=84ski?= Date: Thu, 28 Nov 2019 07:27:42 +0100 Subject: [PATCH] Node.js updated to 12 LTS --- Dockerfile | 4 ++-- README.md | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 027f819..8d84367 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,8 @@ RUN apt-get install -qy -o APT::Install-Recommend=false -o APT::Install-Suggests wget \ tzdata -# install Node.js 10.x LTS -RUN curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh && \ +# install Node.js 12.x LTS +RUN curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh && \ bash nodesource_setup.sh && \ apt-get install nodejs -y && \ rm nodesource_setup.sh diff --git a/README.md b/README.md index fe2b29a..9dc5a06 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ ## Info * Based on Ubuntu LTS (18.04) -* Node.js LTS (10) -* Python 2.7 (installed by Node.js installer) +* Node.js LTS (12) * [confd](https://github.com/kelseyhightower/confd) onboard * other tools: @@ -18,9 +17,13 @@ ## Changelog +* **2.0.0** + + * Node.js updated to 12 + * **1.0.0** - * First public version + * First public version with Node.js 10 ## License