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