From 698f02e4b8298a1197261b8b25b2d55c0e9ef18f Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:56:27 +0100 Subject: [PATCH] Node 26; pnpm 11 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 85d39981e..f0822daa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM node:22-slim AS base +FROM node:26-slim AS base LABEL org.opencontainers.image.source="https://github.com/docmost/docmost" -RUN npm install -g pnpm@10.4.0 +RUN npm install -g pnpm@11.13.0 FROM base AS builder