Skip to content

Commit

Permalink
chore(deps): update node.js to v20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent cb37014 commit d3656b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8-alpine as builder
FROM node:20.14-alpine as builder

LABEL version="1.0.0"
LABEL description="Consumet API (fastify) Docker Image"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@consumet/extensions": "github:consumet/consumet.ts",
"@fastify/cors": "^8.2.0",
"@types/fastify-cors": "^2.1.0",
"@types/node": "^18.11.17",
"@types/node": "^20.0.0",
"@types/ws": "^8.5.3",
"axios": "^1.0.0",
"chalk": "4.1.2",
Expand Down

0 comments on commit d3656b7

Please sign in to comment.