Skip to content

Commit

Permalink
Upgrade node version to v12 (#9685)
Browse files Browse the repository at this point in the history
Fix #9656
  • Loading branch information
bqbn committed Sep 23, 2020
1 parent d5ff489 commit 03bc003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:10-slim
FROM node:12-slim

# Install node_modules into a different directory to avoid npm/npm#9863.
RUN mkdir -p /srv/node
Expand Down

0 comments on commit 03bc003

Please sign in to comment.