Merge pull request #753 from tilosp/bot/update

Run update.sh
pull/756/head
Tilo Spannagel 7 years ago committed by GitHub
commit 001afbefb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,7 +110,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
ENV NEXTCLOUD_VERSION 14.0.11
ENV NEXTCLOUD_VERSION 14.0.12
RUN set -ex; \
fetchDeps=" \

@ -91,7 +91,7 @@ RUN { \
VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 14.0.11
ENV NEXTCLOUD_VERSION 14.0.12
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \

@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 14.0.11
ENV NEXTCLOUD_VERSION 14.0.12
RUN set -ex; \
fetchDeps=" \

Loading…
Cancel
Save