summaryrefslogtreecommitdiffstats
path: root/18.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-02-13 11:14:36 +0000
committertilosp-bot <git-bot@tilosp.de>2020-02-13 11:14:36 +0000
commit884d8c21a5fe1ddfd40897859e9d6b79ed48ac3f (patch)
treed11023bfa83241268cfc0156774a1ee3302c9682 /18.0
parentac10481730fcafd872b53afaf0f6c2aeabf51d43 (diff)
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 9486e9c2..02a676c3 100644
--- a/18.0/apache/Dockerfile
+++ b/18.0/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 18.0.0
+ENV NEXTCLOUD_VERSION 18.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0/fpm-alpine/Dockerfile b/18.0/fpm-alpine/Dockerfile
index e532ca50..a32eb53a 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.0
+ENV NEXTCLOUD_VERSION 18.0.1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0/fpm/Dockerfile b/18.0/fpm/Dockerfile
index 801e3080..80cfef66 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.0
+ENV NEXTCLOUD_VERSION 18.0.1
RUN set -ex; \
fetchDeps=" \