Skip to content

Commit

Permalink
Runs update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Sep 30, 2021
1 parent 9d83a82 commit de88409
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 10 deletions.
3 changes: 2 additions & 1 deletion 20/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \
Expand Down Expand Up @@ -121,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 20.0.12
ENV NEXTCLOUD_VERSION 20.0.13

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 20/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 20.0.12
ENV NEXTCLOUD_VERSION 20.0.13

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
3 changes: 2 additions & 1 deletion 20/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \
Expand Down Expand Up @@ -113,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 20.0.12
ENV NEXTCLOUD_VERSION 20.0.13

RUN set -ex; \
fetchDeps=" \
Expand Down
3 changes: 2 additions & 1 deletion 21/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \
Expand Down Expand Up @@ -121,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 21.0.4
ENV NEXTCLOUD_VERSION 21.0.5

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 21/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 21.0.4
ENV NEXTCLOUD_VERSION 21.0.5

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
3 changes: 2 additions & 1 deletion 21/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \
Expand Down Expand Up @@ -113,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 21.0.4
ENV NEXTCLOUD_VERSION 21.0.5

RUN set -ex; \
fetchDeps=" \
Expand Down
3 changes: 2 additions & 1 deletion 22/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \
Expand Down Expand Up @@ -121,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 22.1.1
ENV NEXTCLOUD_VERSION 22.2.0

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 22/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 22.1.1
ENV NEXTCLOUD_VERSION 22.2.0

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
3 changes: 2 additions & 1 deletion 22/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \
Expand Down Expand Up @@ -113,7 +114,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 22.1.1
ENV NEXTCLOUD_VERSION 22.2.0

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.1.1
22.2.0

0 comments on commit de88409

Please sign in to comment.