Skip to content

Commit

Permalink
misc(v1): use Node.js lts version (#1920)
Browse files Browse the repository at this point in the history
This is much stable and more performant
  • Loading branch information
gengjiawen authored and yangshun committed Nov 3, 2019
1 parent 82ece51 commit 33718b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-1.x/examples/basics/Dockerfile
@@ -1,4 +1,4 @@
FROM node:8.11.4
FROM node:lts

WORKDIR /app/website

Expand Down

0 comments on commit 33718b6

Please sign in to comment.