mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
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:
committed by
GitHub
parent
cab34052f9
commit
cd4762377a
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "homarr",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.12.2"
|
||||
"node": ">=20.13.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.1.0",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user