Skip to content

Commit

Permalink
Merge pull request #20 from fairdataihub/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v20
  • Loading branch information
megasanjay authored Jun 19, 2023
2 parents db58a4e + fc732be commit 53e8570
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:19-slim
FROM node:20-slim
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm ci --production
Expand Down

1 comment on commit 53e8570

@vercel
Copy link

@vercel vercel bot commented on 53e8570 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.