summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-01-10 16:51:34 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2019-01-10 16:51:34 +0000
commit70cb6ed262e2cac6b9b4f5adbada52e28eb75cd4 (patch)
tree36bca55f909e08fc87065430ac9da17863d89152 /13.0
parentce614ef0d4fbeda849e9d4242769c7d3e36289f4 (diff)
Update to 13.0.9
Diffstat (limited to '13.0')
-rw-r--r--13.0/apache/Dockerfile2
-rw-r--r--13.0/fpm-alpine/Dockerfile2
-rw-r--r--13.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/13.0/apache/Dockerfile b/13.0/apache/Dockerfile
index 5c096bb4..355af907 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/Dockerfile
@@ -109,7 +109,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 13.0.8
+ENV NEXTCLOUD_VERSION 13.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index b2cb6b8c..58a214df 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -90,7 +90,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.8
+ENV NEXTCLOUD_VERSION 13.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index ad42be59..0e33cd1f 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/Dockerfile
@@ -101,7 +101,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.8
+ENV NEXTCLOUD_VERSION 13.0.9
RUN set -ex; \
fetchDeps=" \