mastodon: 1.5.1

This commit is contained in:
Wonderfall
2017-08-07 18:52:53 +02:00
parent 9cc998816d
commit 6d0184ace5
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.6
FROM alpine:edge
ARG VERSION=v1.5.0
ARG VERSION=v1.5.1
ARG REPOSITORY=tootsuite/mastodon
ARG LIBICONV_VERSION=1.15
@ -77,7 +77,7 @@ RUN apk -U upgrade \
&& mv public/assets /tmp/assets && mv public/packs /tmp/packs \
# Clean
&& npm -g cache clean && yarn cache clean \
&& npm -g cache clean --force && yarn cache clean \
&& apk del build-dependencies \
&& rm -rf /var/cache/apk/* /tmp/src