File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44#
55# Author: muxator
66ARG BUILD_ENV=git
7+ ARG PNPM_VERSION=10.18.3
78
89FROM node:lts-alpine AS adminbuild
9- RUN npm install -g pnpm@latest
10+ RUN npm install -g pnpm@$PNPM_VERSION
1011WORKDIR /opt/etherpad-lite
1112COPY . .
1213RUN pnpm install
@@ -100,7 +101,7 @@ RUN mkdir -p "${EP_DIR}" && chown etherpad:etherpad "${EP_DIR}"
100101# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
101102RUN \
102103 mkdir -p /usr/share/man/man1 && \
103- npm install pnpm@latest -g && \
104+ npm install pnpm@$PNPM_VERSION -g && \
104105 apk update && apk upgrade && \
105106 apk add --no-cache \
106107 ca-certificates \
Original file line number Diff line number Diff line change 4848 "type" : " git" ,
4949 "url" : " https://github.com/ether/etherpad-lite.git"
5050 },
51- "packageManager" :
" [email protected] .0 " ,
51+ "packageManager" :
" [email protected] .3 " ,
5252 "engineStrict" : true ,
5353 "version" : " 2.5.1" ,
5454 "license" : " Apache-2.0"
You can’t perform that action at this time.
0 commit comments