1
0

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

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3411
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2023-05-02 13:35:04 +00:00
committed by konrad
parent ca7bbb5b91
commit 37b8218a0a
2 changed files with 9 additions and 9 deletions

View File

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