Adopt new version scheme (#1553)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/1559/head
J0WI 5 years ago committed by GitHub
parent 5d01cebeab
commit 3a1f59b21c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
ENV NEXTCLOUD_VERSION 20.0.11
ENV NEXTCLOUD_VERSION 20.0.12
RUN set -ex; \
fetchDeps=" \

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

@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 20.0.11
ENV NEXTCLOUD_VERSION 20.0.12
RUN set -ex; \
fetchDeps=" \

@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
ENV NEXTCLOUD_VERSION 22.0.0
ENV NEXTCLOUD_VERSION 21.0.4
RUN set -ex; \
fetchDeps=" \

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

@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 22.0.0
ENV NEXTCLOUD_VERSION 21.0.4
RUN set -ex; \
fetchDeps=" \

@ -121,7 +121,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
ENV NEXTCLOUD_VERSION 21.0.3
ENV NEXTCLOUD_VERSION 22.1.0
RUN set -ex; \
fetchDeps=" \

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

@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 21.0.3
ENV NEXTCLOUD_VERSION 22.1.0
RUN set -ex; \
fetchDeps=" \

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save