mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 09:11:00 +00:00
Update mastodon to 3.3.0
This commit is contained in:
parent
39175bb56d
commit
1d44059784
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue