Skip to content

Commit

Permalink
fix(docker): updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 29, 2024
1 parent 48d9bd5 commit ec5f996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ RUN apk add --no-cache curl

## Add turbo and pnpm to all followup builder images
# Dockerfile
RUN corepack enable && corepack prepare pnpm@9.1.4 --activate
RUN corepack enable && corepack prepare pnpm@9.9.0 --activate
# Enable `pnpm add --global` on Alpine Linux by setting
# home location environment variable to a location already in $PATH
# https://github.com/pnpm/pnpm/issues/784#issuecomment-1518582235
ENV PNPM_HOME=/usr/local/bin
RUN pnpm add -g turbo@2.0.14
RUN pnpm add -g turbo@2.1.0

#----------------------------------------
# Docker build step that prunes down to
Expand Down

0 comments on commit ec5f996

Please sign in to comment.