fix: package updates

This commit is contained in:
Philipinho
2026-09-05 12:38:37 +01:00
parent f4796c982e
commit ce41a28b28
4 changed files with 491 additions and 476 deletions
+1 -1
View File
@@ -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.23.0
RUN npm install -g pnpm@11.25.0
FROM base AS builder