We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd2968 commit 113f4dbCopy full SHA for 113f4db
1 file changed
Dockerfile
@@ -7,17 +7,17 @@
7
# docker build --build-arg BUILD_ENV=copy .
8
ARG BUILD_ENV=git
9
10
-ARG PnpmVersion=10.28.2
+ARG PnpmVersion=10.33.2
11
12
-FROM node:22-alpine AS adminbuild
+FROM node:24-alpine AS adminbuild
13
RUN npm install -g pnpm@${PnpmVersion}
14
WORKDIR /opt/etherpad-lite
15
COPY . .
16
RUN pnpm install
17
RUN pnpm run build:ui
18
19
20
-FROM node:22-alpine AS build
+FROM node:24-alpine AS build
21
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad"
22
23
# Set these arguments when building the image from behind a proxy
0 commit comments