Skip to content

Commit

Permalink
fix(core): pin pnpm in Dockerfile-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Apr 16, 2024
1 parent 31596c7 commit 4b5fe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/Dockerfile-migrate
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

RUN apk update && apk add git

RUN npm install -g pnpm
RUN npm install -g pnpm@8

RUN mkdir -p core/api/
COPY ./core/api/*.json ./core/api/
Expand Down

0 comments on commit 4b5fe0a

Please sign in to comment.