Skip to content

Commit 5137b47

Browse files
yanglbmeclaude
andcommitted
fix(docker): upgrade pnpm from 10.33.4 to 11
Keep Docker build consistent with CI workflows and lockfile. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 773a10f commit 5137b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/latest/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV LC_ALL="en_US.UTF-8"
55
RUN apk add --no-cache curl unzip
66
RUN curl -L "https://github.com/doocs/md/archive/refs/heads/main.zip" -o "main.zip" && unzip "main.zip" && mv "md-main" /app
77
WORKDIR /app
8-
RUN npm install -g pnpm@10.33.4
8+
RUN npm install -g pnpm@11
99
ENV NODE_OPTIONS="--openssl-legacy-provider"
1010
RUN pnpm install && pnpm web build:h5-netlify
1111

0 commit comments

Comments
 (0)