chore(deps): update dependency node (#455)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-05-08 06:07:24 +02:00
committed by GitHub
parent cab34052f9
commit cd4762377a
3 changed files with 3 additions and 3 deletions

View File

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