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:
parent
b4b5623399
commit
d23a50a347
2 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Stage 1: Build application
|
||||
FROM node:16 AS compile-image
|
||||
FROM node:18 AS compile-image
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
|
|
|||
Reference in a new issue