Skip to content

Commit 113f4db

Browse files
committed
chore: Update nodejs and pnpm
1 parent bbd2968 commit 113f4db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
# docker build --build-arg BUILD_ENV=copy .
88
ARG BUILD_ENV=git
99

10-
ARG PnpmVersion=10.28.2
10+
ARG PnpmVersion=10.33.2
1111

12-
FROM node:22-alpine AS adminbuild
12+
FROM node:24-alpine AS adminbuild
1313
RUN npm install -g pnpm@${PnpmVersion}
1414
WORKDIR /opt/etherpad-lite
1515
COPY . .
1616
RUN pnpm install
1717
RUN pnpm run build:ui
1818

1919

20-
FROM node:22-alpine AS build
20+
FROM node:24-alpine AS build
2121
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad"
2222

2323
# Set these arguments when building the image from behind a proxy

0 commit comments

Comments
 (0)