Run update.sh (#1044)

Signed-off-by: tilosp-bot <git-bot@tilosp.de>
pull/560/head
tilosp-bot 6 years ago committed by GitHub
parent 430ce875c2
commit b0cb178c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 17.0.4
ENV NEXTCLOUD_VERSION 17.0.5
RUN set -ex; \
fetchDeps=" \

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

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

@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 18.0.2
ENV NEXTCLOUD_VERSION 18.0.3
RUN set -ex; \
fetchDeps=" \

@ -1 +1 @@
18.0.2
18.0.3

Loading…
Cancel
Save