Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Jul 25, 2024
1 parent 06c1913 commit 496b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/fdr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN turbo prune @fern-platform/fdr --docker
FROM base AS installer
RUN apk add --no-cache libc6-compat
RUN apk update
RUN npm install -g pnpm@v8.15.4 fern-api
RUN npm install -g pnpm@v9.6.0 fern-api
WORKDIR /app

# Install deps
Expand Down

0 comments on commit 496b0bc

Please sign in to comment.