Skip to content

Commit

Permalink
chore(docker): use pnpm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
use-to committed Jul 15, 2023
1 parent 7a4c4f6 commit 1d81b7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.tasks
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
ARG WS="@helpwave/tasks"

# install pnpm
RUN npm install --global pnpm@7
RUN npm install --global pnpm@8

WORKDIR /web

Expand Down
1 change: 0 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d81b7a

Please sign in to comment.