chore(deps): update dependency node to v22 (#1385)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-10-31 14:40:09 +01:00
committed by GitHub
parent 4e9b0af54c
commit 134ecf1ee7
6 changed files with 56 additions and 56 deletions

View File

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