Skip to content

Commit

Permalink
Update to node 10 for dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
SpendBCH authored and SpendBCH committed Apr 28, 2020
1 parent a8ec7be commit 360208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8
FROM node:10.20.1-stretch

# Install build dependencies
RUN apt-get update && apt-get install -y build-essential python curl
Expand Down

0 comments on commit 360208b

Please sign in to comment.