Update peertube to 3.2.1

This commit is contained in:
Girish Ramakrishnan 2021-06-02 17:42:18 -07:00
parent cd17390944
commit 0bd81a757e

View file

@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code/server /app/pkg
WORKDIR /app/code/server
ARG VERSION=3.2.0
ARG VERSION=3.2.1
# install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding
# the transcoding patch is at https://github.com/Chocobozzz/PeerTube/pull/3198