Skip to content

Commit

Permalink
fix: update node version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Mar 16, 2023
1 parent 09425a4 commit 7114bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:10
FROM node:19

RUN npm install markdown-pdf markdownlint-cli -g --unsafe-perm
RUN npm install markdown-pdf markdownlint-cli -g --unsafe-perm

0 comments on commit 7114bc3

Please sign in to comment.