chore: update pnpm and axios

This commit is contained in:
Philipinho
2026-07-20 20:46:02 +01:00
parent 3ed505d2be
commit 0ba2d78660
5 changed files with 45 additions and 18 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.13.0
RUN npm install -g pnpm@11.15.1
FROM base AS builder