diff --git a/Dockerfile b/Dockerfile index 3652653b..9cda7cfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build assets in builder image -FROM node:20 as assetbuilder +FROM node:21 as assetbuilder WORKDIR '/app'