chore(deps): update dependency node to v20.13.1 (#458)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-05-10 11:22:07 +02:00
committed by GitHub
parent 48d7aaaf1d
commit 2434e2e758
6 changed files with 47 additions and 47 deletions

View File

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