Skip to content

Commit

Permalink
fix(Dockerfile.stock-center): pin turbo version to 1.13.3 to ensure c…
Browse files Browse the repository at this point in the history
…onsistent builds

Pinning the version of the turbo package to 1.13.3 in the Dockerfile
ensures that the build environment remains consistent and predictable
across different environments and deployments.
  • Loading branch information
cybersiddhu committed Jun 7, 2024
1 parent 46c24c0 commit 3932c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.stock-center
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk update
RUN apk add --no-cache libc6-compat
# Set working directory
WORKDIR /app
RUN yarn global add turbo
RUN yarn global add turbo@1.13.3
COPY . .
RUN mv /app/apps/stock-center/.env.${BUILD_STATE} /app/apps/stock-center/.env.production
RUN turbo prune --scope=stock-center --docker
Expand Down

0 comments on commit 3932c45

Please sign in to comment.