Skip to content

Commit

Permalink
Test out pnpm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Aug 29, 2023
1 parent 3ea267b commit 6895e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18-alpine AS base
WORKDIR /home/rafiki

RUN corepack enable
RUN corepack prepare pnpm@7.25.1 --activate
RUN corepack prepare pnpm@8.7.0 --activate
RUN apk add --no-cache \
python3 \
make \
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18-alpine AS base
WORKDIR /home/rafiki

RUN corepack enable
RUN corepack prepare pnpm@7.25.1 --activate
RUN corepack prepare pnpm@8.7.0 --activate
RUN apk add --no-cache \
python3 \
make \
Expand Down

0 comments on commit 6895e39

Please sign in to comment.