chore(deps): update node.js (#4693)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-12-18 01:49:39 +00:00
committed by GitHub
parent 36901e80ab
commit f1da25d204
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:24.11.1-trixie AS base
FROM node:24.12.0-trixie AS base
WORKDIR /app
COPY package.json .
COPY pnpm-lock.yaml .

View File

@@ -6,7 +6,7 @@
},
"packageManager": "pnpm@10.25.0",
"engines": {
"node": ">=24.11.1",
"node": ">=24.12.0",
"pnpm": ">=10.25.0"
},
"pnpm": {