Update mastodon to 3.3.0

This commit is contained in:
Girish Ramakrishnan 2020-12-28 11:43:54 -08:00
parent 39175bb56d
commit 1d44059784

View file

@ -3,7 +3,7 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
ARG VERSION=3.2.2
ARG VERSION=3.3.0
RUN apt-get update && \
apt install -y imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core \