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 10, 2020
1 parent 1e2c996 commit d0ee4bc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 18.0/apache/Dockerfile
Expand Up @@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 18.0.8
ENV NEXTCLOUD_VERSION 18.0.9

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 18.0/fpm-alpine/Dockerfile
Expand Up @@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 18.0.8
ENV NEXTCLOUD_VERSION 18.0.9

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 18.0/fpm/Dockerfile
Expand Up @@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 18.0.8
ENV NEXTCLOUD_VERSION 18.0.9

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 19.0/apache/Dockerfile
Expand Up @@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip

ENV NEXTCLOUD_VERSION 19.0.2
ENV NEXTCLOUD_VERSION 19.0.3

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion 19.0/fpm-alpine/Dockerfile
Expand Up @@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 19.0.2
ENV NEXTCLOUD_VERSION 19.0.3

RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
Expand Down
2 changes: 1 addition & 1 deletion 19.0/fpm/Dockerfile
Expand Up @@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html


ENV NEXTCLOUD_VERSION 19.0.2
ENV NEXTCLOUD_VERSION 19.0.3

RUN set -ex; \
fetchDeps=" \
Expand Down
2 changes: 1 addition & 1 deletion latest.txt
@@ -1 +1 @@
19.0.2
19.0.3

0 comments on commit d0ee4bc

Please sign in to comment.