chore(deps): update node.js to v20 (#237)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-03-16 16:47:11 +01:00
committed by GitHub
parent 75ab823019
commit 9ba6f91570
4 changed files with 43 additions and 43 deletions

View File

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