owncloud: update to 9.0.2

This commit is contained in:
Wonderfall 2016-05-06 17:08:55 +02:00
parent 0aa4609b1c
commit 1e5c70712e

View File

@ -1,7 +1,7 @@
FROM alpine:edge FROM alpine:edge
MAINTAINER Wonderfall <wonderfall@schrodinger.io> MAINTAINER Wonderfall <wonderfall@schrodinger.io>
ARG VERSION=9.0.1 ARG VERSION=9.0.2
ARG APCU=5.1.3 ARG APCU=5.1.3
ARG APCUBC=1.0.3 ARG APCUBC=1.0.3
@ -71,10 +71,6 @@ COPY cron /etc/periodic/15min/owncloud
RUN chmod +x /usr/local/bin/run.sh /etc/periodic/15min/owncloud RUN chmod +x /usr/local/bin/run.sh /etc/periodic/15min/owncloud
RUN cd /owncloud/lib/private/appframework/http/ \
&& rm request.php \
&& wget -q https://raw.githubusercontent.com/owncloud/core/a834531aef418688538adb809a796cf830c5385b/lib/private/appframework/http/request.php
VOLUME /data /config /apps2 VOLUME /data /config /apps2
EXPOSE 80 EXPOSE 80