1
0
Fork 0

Use node 16 in peertube docker image

This commit is contained in:
Chocobozzz 2022-05-02 14:33:48 +02:00
parent cfbe6be516
commit b0f3c7df13
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -1,4 +1,4 @@
FROM node:14-bullseye-slim
FROM node:16-bullseye-slim
# Install dependencies
RUN apt update \