mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-17 16:47:05 +00:00
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:
parent
421869daec
commit
c55007361c
23 changed files with 129 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue