Update Node.js to v16.4.2 (#578)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/578 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
c3f91a0449
commit
304ba797a0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Stage 1: Build application
|
||||
FROM node:16.4.1 AS compile-image
|
||||
FROM node:16.4.2 AS compile-image
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
|
Loading…
Reference in a new issue