Skip to content

Commit

Permalink
node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
iernie committed Jul 1, 2024
1 parent a6e9adf commit 3b08110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as base
FROM node:20-alpine as base

LABEL fly_launch_runtime="Node.js"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"homepage": "https://github.com/iernie/linkbot#readme",
"engines": {
"node": ">= 18.0.0"
"node": ">= 20.0.0"
}
}

0 comments on commit 3b08110

Please sign in to comment.