Skip to content

Commit

Permalink
chore: bump pnpm to 9.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL committed Feb 3, 2025
1 parent 3396568 commit 4d4b3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
ARG USE_CHINA_NPM_REGISTRY=0
RUN \
set -ex && \
corepack use [email protected] && \
npm install -g corepack@latest && \
corepack enable pnpm && \
if [ "$USE_CHINA_NPM_REGISTRY" = 1 ]; then \
echo 'use npm mirror' && \
Expand Down Expand Up @@ -103,7 +103,7 @@ RUN \
fi; \
echo 'Downloading Chromium...' && \
unset PUPPETEER_SKIP_DOWNLOAD && \
corepack use [email protected] && \
npm install -g corepack@latest && \
corepack enable pnpm && \
pnpm add puppeteer@$(cat /app/.puppeteer_version) --save-prod && \
pnpm rb ; \
Expand Down

0 comments on commit 4d4b3ea

Please sign in to comment.