Skip to content

Commit

Permalink
chore: bump node version in Dockerfile
Browse files Browse the repository at this point in the history
Node 20 is required to run mergeable after mergeability#738
  • Loading branch information
ftmiro authored May 15, 2024
1 parent b25b9a7 commit 0b0c6f4
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:16
FROM node:20

WORKDIR /app

Expand Down

0 comments on commit 0b0c6f4

Please sign in to comment.