From 83d7ee4460a33e6a7d0741a4e6e097e12067519e Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:34:11 +0100 Subject: [PATCH] chore: pnpm minor version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4643d8b65..8975beab5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:26-slim AS base LABEL org.opencontainers.image.source="https://github.com/docmost/docmost" -RUN npm install -g pnpm@11.15.1 +RUN npm install -g pnpm@11.23.0 FROM base AS builder