1
0

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

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3888
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2024-01-11 11:30:14 +00:00
committed by konrad
parent ce01085951
commit 336ce217d3
2 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
# │─││ │││ │ │
# ┘─┘┘─┘┘┘─┘┘─┘
FROM --platform=$BUILDPLATFORM node:20.10-alpine AS builder
FROM --platform=$BUILDPLATFORM node:20.11-alpine AS builder
WORKDIR /build