Skip to content

Commit

Permalink
fix: update turbo version in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bobalazek committed Oct 12, 2024
1 parent f242a8f commit 8e2bd48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN apk add --no-cache libc6-compat

RUN corepack enable
RUN npm install -g turbo@1.13.3
RUN npm install -g turbo@2.1.3

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion apps/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN npm install -g turbo@1.13.3
RUN npm install -g turbo@2.1.3

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
RUN npm install -g turbo@1.13.3
RUN npm install -g turbo@2.1.3

COPY . .

Expand Down

0 comments on commit 8e2bd48

Please sign in to comment.