mirror of
https://github.com/docmost/docmost.git
synced 2026-08-29 18:14:58 +08:00
Node 26; pnpm 11
This commit is contained in:
+2
-2
@@ -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"
|
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
|
FROM base AS builder
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user