Skip to content

Commit

Permalink
Use lts version of node instead of latest
Browse files Browse the repository at this point in the history
Currently this project is affected by one of node 18 (latest version) breaking change which impact node-ip dependence:
indutny/node-ip#114
nodejs/node#42787
  • Loading branch information
issotina authored May 2, 2022
1 parent 5134d5d commit d11127b
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:slim
FROM node:lts-slim
WORKDIR /opt/app/
COPY package.json package-lock.json ./
RUN npm ci
Expand Down

0 comments on commit d11127b

Please sign in to comment.