diff --git a/tibuild/Dockerfile b/tibuild/Dockerfile index 81fbc62..fc1ead0 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.12.2 as webbuilder +FROM node:20.15.0 as webbuilder WORKDIR /webapp COPY website/ . RUN --mount=type=cache,target=/webapp/node_modules npm install && yarn build