Skip to content

Commit

Permalink
ci: upgrade pnpm version in docker to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Sep 25, 2023
1 parent be52527 commit 6de0b6d
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 @@ -5,7 +5,7 @@ WORKDIR /opt/client/

# System deps and app setup:
RUN apk --no-cache add 'build-base>=0.5' 'git>=2.38' \
&& npm install -g 'pnpm@^7.30'
&& npm install -g 'pnpm@^8'

# Add diretories with necessary config files
COPY pnpm-lock.yaml package.json /opt/client/
Expand Down

0 comments on commit 6de0b6d

Please sign in to comment.