From ade31455b72590497e12493fd1f2bd6f535fa16e Mon Sep 17 00:00:00 2001 From: ezl-keygraph Date: Sun, 15 Mar 2026 01:20:09 +0530 Subject: [PATCH] fix: pin pnpm to 10.12.1 in Dockerfile for catalog support --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b82217..6abbae1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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