1
0

chore(deps): update node.js to v18 (#1845)

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1845
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2022-04-21 05:15:30 +00:00
committed by konrad
parent b4b5623399
commit d23a50a347
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# Stage 1: Build application
FROM node:16 AS compile-image
FROM node:18 AS compile-image
WORKDIR /build