From ec5f9962ebef6d0ff554fccf5485e6c8716726b9 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Thu, 29 Aug 2024 08:05:59 -0700 Subject: [PATCH] fix(docker): updating dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60a51c965..50180f55b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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