mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-21 00:59:11 +00:00
chore: Update nodejs and pnpm
This commit is contained in:
parent
bbd29683d9
commit
113f4db857
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@
|
|||
# docker build --build-arg BUILD_ENV=copy .
|
||||
ARG BUILD_ENV=git
|
||||
|
||||
ARG PnpmVersion=10.28.2
|
||||
ARG PnpmVersion=10.33.2
|
||||
|
||||
FROM node:22-alpine AS adminbuild
|
||||
FROM node:24-alpine AS adminbuild
|
||||
RUN npm install -g pnpm@${PnpmVersion}
|
||||
WORKDIR /opt/etherpad-lite
|
||||
COPY . .
|
||||
|
|
@ -17,7 +17,7 @@ RUN pnpm install
|
|||
RUN pnpm run build:ui
|
||||
|
||||
|
||||
FROM node:22-alpine AS build
|
||||
FROM node:24-alpine AS build
|
||||
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad"
|
||||
|
||||
# Set these arguments when building the image from behind a proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue