diff --git a/Dockerfile b/Dockerfile index f4b0aec6cb..c5e61ed1c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Frontend build. -FROM node:18.19.0-buster as nodebuild +FROM node:18.20.3-buster as nodebuild COPY ./frontend ./frontend COPY ./tools/install-yarn.sh ./tools/install-yarn.sh COPY ./tools/preflight-checks.sh ./tools/preflight-checks.sh