use latest corepack

See https://github.com/nodejs/corepack/issues/612
This commit is contained in:
shamoon 2025-03-06 20:49:48 -08:00
parent fc8bce436b
commit 5b32b35833

View File

@ -12,6 +12,8 @@ COPY ./src-ui /src/src-ui
WORKDIR /src/src-ui
RUN set -eux \
&& npm update -g pnpm \
&& npm install -g corepack@latest \
&& corepack enable \
&& pnpm install
ARG PNGX_TAG_VERSION=