Skip to content

Commit 6526408

Browse files
authored
Fix docker action
1 parent 2f0ec41 commit 6526408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV PNPM_HOME=/pnpm
1313
ENV PATH=$PNPM_HOME:$PATH
1414

1515
RUN corepack enable
16-
RUN corepack prepare pnpm --activate
16+
RUN corepack prepare pnpm@10.0.0 --activate
1717
RUN pnpm add -g turbo
1818

1919

0 commit comments

Comments
 (0)