chore: package updates (#2474)

This commit is contained in:
Philip Okugbe
2026-09-05 12:42:55 +01:00
committed by GitHub
parent 876f3da1b2
commit ac7935eff9
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