chore: updated node to supported 22,24,25 (#7628)

* chore: updated node to supported 22,24,25

* chore: updated node to supported 22,24,25

* chore: updated node to supported 22,24,25

* chore: updated node to supported 22,24,25

* chore: upgrade deb

* chore: upgrade dockerfile

* chore: use explicit node

* chore: use node 22

* chore: use node 22
This commit is contained in:
SamTV12345 2026-04-28 22:45:28 +02:00 committed by GitHub
parent 421869daec
commit c55007361c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 129 additions and 45 deletions

View file

@ -9,7 +9,7 @@ ARG BUILD_ENV=git
ARG PnpmVersion=10.28.2
FROM node:lts-alpine AS adminbuild
FROM node:22-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:lts-alpine AS build
FROM node:22-alpine AS build
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad"
# Set these arguments when building the image from behind a proxy