From f58ba2d54d7c4840e99c00c88fde72248ed537ae Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Mon, 26 Feb 2024 20:26:42 +0300 Subject: [PATCH] Another libc compat. Alpine latest --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 47fbd15..33cc9ae 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,8 @@ steps: - name: Prepare - image: node:lts-alpine + image: alpine:latest commands: - - apk add --no-cache gcompat libc6-compat + - wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm - corepack enable - corepack prepare pnpm@latest --activate - pnpm install --frozen-lockfile