Update Node.js to v16.4.1 (#576)
continuous-integration/drone/push Build is passing Details

Reviewed-on: #576
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2021-07-07 09:26:38 +00:00 committed by konrad
parent f3d4295049
commit b8c1086c4a
1 changed files with 1 additions and 1 deletions

View File

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