Skip to content

Commit

Permalink
Node.js updated to 12 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Sierociński committed Nov 28, 2019
1 parent 304d95f commit 920e2e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down

0 comments on commit 920e2e3

Please sign in to comment.