Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
chore(pkg-manager): Upgrade pnpm to 7.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: qwqcode <[email protected]>
  • Loading branch information
qwqcode committed Jun 15, 2022
1 parent af132d0 commit 0b9f364
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 @@ -7,7 +7,7 @@ WORKDIR /source
RUN set -ex \
&& apk upgrade \
&& apk add make git gcc musl-dev nodejs bash npm\
&& npm install -g pnpm@7.1.2
&& npm install -g pnpm@7.2.1

COPY . ./ArtalkGo

Expand Down

0 comments on commit 0b9f364

Please sign in to comment.