diff --git a/tibuild/Dockerfile b/tibuild/Dockerfile index cfd5b9c1..c2cdccd3 100644 --- a/tibuild/Dockerfile +++ b/tibuild/Dockerfile @@ -1,5 +1,5 @@ # Copy 'website/' contents(not entire folder) into .(/webapp/) and build React -FROM node:20.9.0 as webbuilder +FROM node:20.10.0 as webbuilder WORKDIR /webapp COPY website/ . RUN --mount=type=cache,target=/webapp/node_modules npm install && yarn build