From 6b5383ba24b95c7978d989a40e4b2923ec421125 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Mon, 22 Dec 2025 22:01:30 +0600 Subject: [PATCH] Update Dockerfile.windows --- client/Dockerfile.windows | 1 + 1 file changed, 1 insertion(+) 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