Use node 16 in peertube docker image
This commit is contained in:
parent
cfbe6be516
commit
b0f3c7df13
|
@ -1,4 +1,4 @@
|
||||||
FROM node:14-bullseye-slim
|
FROM node:16-bullseye-slim
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
|
|
Loading…
Reference in New Issue