Update mastodon to 3.1.3

This commit is contained in:
Girish Ramakrishnan 2020-04-08 09:50:12 -07:00
parent 64aad1fe91
commit c9d077b600

View file

@ -3,7 +3,7 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c
RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
ARG VERSION=3.1.2
ARG VERSION=3.1.3
RUN apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg && \
echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && \