fix: pin pnpm to 10.12.1 in Dockerfile for catalog support

This commit is contained in:
ezl-keygraph
2026-03-15 01:20:09 +05:30
parent 53b4c6b83f
commit ade31455b7

View File

@@ -51,7 +51,7 @@ RUN git clone --depth 1 https://github.com/urbanadventurer/WhatWeb.git /opt/what
RUN pip3 install --no-cache-dir schemathesis
# Install pnpm
RUN npm install -g pnpm@10
RUN npm install -g pnpm@10.12.1
# Build Node.js application in builder to avoid QEMU emulation failures in CI
WORKDIR /app