chore(deps): update dependency node to v24 (#4368)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-10-29 18:30:02 +01:00
committed by GitHub
parent c544d6ec2e
commit 9e4b93abcf
6 changed files with 67 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22.20.0-alpine AS base
FROM node:24.10.0-alpine AS base
FROM base AS builder
RUN apk add --no-cache libc6-compat