summaryrefslogtreecommitdiffstats
path: root/18.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-07-16 07:22:28 +0000
committertilosp-bot <git-bot@tilosp.de>2020-07-16 07:22:28 +0000
commit45f3995ab7c46fff7d7e779a00b69443f9a90fa6 (patch)
treeccc5c55805dd898b3807e7faf7415db2e3c9f83d /18.0
parent8c623fd1562666a7a35ed8ce8b06a7882d1b0459 (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '18.0')
-rw-r--r--18.0/apache/Dockerfile2
-rw-r--r--18.0/fpm-alpine/Dockerfile2
-rw-r--r--18.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/18.0/apache/Dockerfile b/18.0/apache/Dockerfile
index 3a771748..941bd50e 100644
--- a/18.0/apache/Dockerfile
+++ b/18.0/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 18.0.6
+ENV NEXTCLOUD_VERSION 18.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0/fpm-alpine/Dockerfile b/18.0/fpm-alpine/Dockerfile
index ad2491ff..9c9ba97c 100644
--- a/18.0/fpm-alpine/Dockerfile
+++ b/18.0/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.6
+ENV NEXTCLOUD_VERSION 18.0.7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0/fpm/Dockerfile b/18.0/fpm/Dockerfile
index 3498f03d..28269053 100644
--- a/18.0/fpm/Dockerfile
+++ b/18.0/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 18.0.6
+ENV NEXTCLOUD_VERSION 18.0.7
RUN set -ex; \
fetchDeps=" \