* Upgrade Dockerfile to node 22
* Pin pnpm to pnpm@10.4.0
This commit is contained in:
parent
cdea149ce7
commit
56d9e46fd3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21-alpine AS base
|
||||
FROM node:22-alpine AS base
|
||||
LABEL org.opencontainers.image.source="https://github.com/docmost/docmost"
|
||||
|
||||
FROM base AS builder
|
||||
|
|
@ -7,7 +7,7 @@ WORKDIR /app
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN npm install -g pnpm
|
||||
RUN npm install -g pnpm@10.4.0
|
||||
RUN pnpm install --frozen-lockfile
|
||||
RUN pnpm build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue