mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-26 15:38:26 +01:00
Adopt new version scheme (#1553)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
5d01cebeab
commit
3a1f59b21c
114 changed files with 13 additions and 13 deletions
|
@ -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…
Reference in a new issue