mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-07-03 03:12:15 -04:00
use node lts docker image instead of newest version
This commit is contained in:
parent
85096f7416
commit
4485c689ac
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# Author: muxator
|
||||
ARG BUILD_ENV=git
|
||||
|
||||
FROM node:alpine AS adminbuild
|
||||
FROM node:lts-alpine AS adminbuild
|
||||
RUN npm install -g pnpm@latest
|
||||
WORKDIR /opt/etherpad-lite
|
||||
COPY . .
|
||||
|
@ -13,7 +13,7 @@ RUN pnpm install
|
|||
RUN pnpm run build:ui
|
||||
|
||||
|
||||
FROM node:alpine AS build
|
||||
FROM node:lts-alpine AS build
|
||||
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"
|
||||
|
||||
# Set these arguments when building the image from behind a proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue