Skip to content

Commit 9639885

Browse files
committed
Use latest pnpm
1 parent 36653e5 commit 9639885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aidbox-forms/aidbox-forms-smart-launch-2

aidbox-forms/aidbox-forms-smart-launch-2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM base AS builder
2222
WORKDIR /app
2323

2424
# Install pnpm
25-
RUN corepack enable && corepack prepare pnpm@9.15.2 --activate
25+
RUN corepack enable && corepack prepare pnpm@10.25.0 --activate
2626

2727
# Copy dependencies from deps stage
2828
COPY --from=deps /app/node_modules ./node_modules

0 commit comments

Comments
 (0)