Update Node.js to v16.4.2 (#578)

Reviewed-on: vikunja/frontend#578
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2021-07-07 19:16:32 +00:00 committed by konrad
parent c3f91a0449
commit 304ba797a0
1 changed files with 1 additions and 1 deletions

View File

@ -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