Skip to content

Commit

Permalink
ci(dockerfile): set fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Apr 17, 2024
1 parent 9ebf95c commit 7a6e506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG CGO_EXTRA_CFLAGS

COPY . ${BUILD_DIR}
WORKDIR ${BUILD_DIR}
RUN apk --no-cache add build-base git bash nodejs npm && npm install -g pnpm@latest \
RUN apk --no-cache add build-base git bash nodejs npm && npm install -g pnpm@8.9.2 \
&& make clean build

RUN chmod 755 answer
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ clean:

install-ui-packages:
@corepack enable
@corepack prepare pnpm@latest --activate
@corepack prepare pnpm@8.9.2 --activate

ui:
@cd ui && pnpm pre-install && pnpm build && cd -
Expand Down

0 comments on commit 7a6e506

Please sign in to comment.