Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

bump to most recent LTS of node #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RUN \
rm -r libssh2-$LIBSSH2_VERSION libssh2-$LIBSSH2_VERSION.* share/man/man3/libssh2_*

# Install node.js
ENV NODE_VERSION=8.1.2
ENV NODE_SHASUM256=73b116238dd930efbed7c2f6ba24c5c04f27223fcc44d1d35305e22d70c4bb87
ENV NODE_VERSION=8.11.3
ENV NODE_SHASUM256=1ea408e9a467ed4571730e160993f67a100e8c347f6f9891c9a83350df2bf2be
RUN \
cd /usr/local && \
curl -sfLO https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ package|version
[ruby](https://www.ruby-lang.org/)|2.4.1
[cmake](https://cmake.org/)|3.4.3
[libssh](http://www.libssh2.org/)|1.6.0
[node](https://nodejs.org/)|8.1.2
[node](https://nodejs.org/)|8.11.3