diff --git a/Dockerfile b/Dockerfile index 7ef82ad0d0..5f5b5149bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Frontend build. -FROM node:16.19.1-buster as nodebuild +FROM node:16.20.2-buster as nodebuild COPY ./frontend ./frontend COPY ./tools/install-yarn.sh ./tools/install-yarn.sh COPY ./tools/preflight-checks.sh ./tools/preflight-checks.sh