Skip to content

Commit e75533b

Browse files
committed
chore(ci): fix scripts
1 parent 5bb0425 commit e75533b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash - && \
88
sudo apt-get install -y nodejs
99

1010
# Install pnpm 10
11-
RUN PNPM_VERSION="10.9.0" && \
12-
curl -fsSL "https://github.com/pnpm/pnpm/releases/download/v${PNPM_VERSION}/pnpm-linuxstatic-x64" -o /usr/local/bin/pnpm && \
13-
chmod +x /usr/local/bin/pnpm
11+
RUN corepack enable && \
12+
corepack prepare [email protected] --activate
1413

1514
# Install Docker Buildx
1615
RUN BUILDX_VERSION=$(curl -s "https://api.github.com/repos/docker/buildx/releases/latest" | jq -r .tag_name) && \

0 commit comments

Comments
 (0)