summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-05-05 17:56:59 +0200
committerGitHub <noreply@github.com>2020-05-05 15:56:59 +0000
commit764c79de08b3eaf70ef3cfee1f784f21e7d1f00d (patch)
treee794df3ebc21d2d6f72919f4bdf636fa9eccd4a3
parenta414643f601644647e596805967e5b0faffbec95 (diff)
Run update.sh (#1106)
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
-rw-r--r--19.0-beta/apache/Dockerfile2
-rw-r--r--19.0-beta/fpm-alpine/Dockerfile2
-rw-r--r--19.0-beta/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/19.0-beta/apache/Dockerfile b/19.0-beta/apache/Dockerfile
index d85d68c8..616dccc4 100644
--- a/19.0-beta/apache/Dockerfile
+++ b/19.0-beta/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 19.0.0beta6
+ENV NEXTCLOUD_VERSION 19.0.0beta7
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0-beta/fpm-alpine/Dockerfile b/19.0-beta/fpm-alpine/Dockerfile
index cee18bdb..0f0fcd19 100644
--- a/19.0-beta/fpm-alpine/Dockerfile
+++ b/19.0-beta/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.0beta6
+ENV NEXTCLOUD_VERSION 19.0.0beta7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/19.0-beta/fpm/Dockerfile b/19.0-beta/fpm/Dockerfile
index 9a7d12b0..a97e8dc9 100644
--- a/19.0-beta/fpm/Dockerfile
+++ b/19.0-beta/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.0beta6
+ENV NEXTCLOUD_VERSION 19.0.0beta7
RUN set -ex; \
fetchDeps=" \