summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
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=" \