Update Node.js to v16.4.1 #576

Merged
konrad merged 1 commits from renovate/node-16.x into main 2021-07-07 09:26:38 +00:00
Showing only changes of commit 16c27abceb - Show all commits

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