summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
authorDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-07-23 15:51:16 +0000
committerDocker Library Bot <github+dockerlibrarybot@infosiftr.com>2018-07-23 15:51:16 +0000
commitb0c5b58f5866442904d73063ef3dc4bf18ecf1f2 (patch)
treee093c29050d42a0c170f110996ed067b33fd8568 /13.0
parent18c3e065f6aac916d07cf4303c5eb71386460f5b (diff)
Update to 13.0.5
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 4e9d6d35..ace5fdfc 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/Dockerfile
@@ -103,7 +103,7 @@ RUN a2enmod rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 13.0.4
+ENV NEXTCLOUD_VERSION 13.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index b170f7b2..e6e8e710 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -84,7 +84,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.4
+ENV NEXTCLOUD_VERSION 13.0.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index 022e62e4..aff6fe01 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 13.0.4
+ENV NEXTCLOUD_VERSION 13.0.5
RUN set -ex; \
fetchDeps=" \