mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Breaking: only support node 18
Node 16 is not supported anymore See https://nodejs.org/fr/blog/announcements/nodejs16-eol
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:16-bookworm-slim
|
||||
FROM node:18-bookworm-slim
|
||||
|
||||
# Install dependencies
|
||||
RUN apt update \
|
||||
|
||||
Reference in New Issue
Block a user