diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index 20cf359..c1ff713 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -9,6 +9,7 @@ RUN apt install -y curl unzip RUN curl -o- https://fnm.vercel.app/install | bash RUN ~/.local/share/fnm/fnm install 24 +RUN ~/.local/share/fnm/fnm use 24 RUN corepack enable yarn RUN yarn set version stable