Skip to content

Commit

Permalink
chore(deps): use pnpm@9 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Apr 26, 2024
1 parent d915f38 commit e1f60d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN apt-get update && apt-get install -y \
git \
&& rm -rf /var/lib/apt/lists/* \
&& corepack enable && corepack prepare pnpm@8.15.5 --activate
&& corepack enable && corepack prepare pnpm@9 --activate
WORKDIR /app
COPY package.json pnpm-lock.yaml /app/

Expand Down

0 comments on commit e1f60d9

Please sign in to comment.