summaryrefslogtreecommitdiffstats
path: root/18.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-01-14 16:50:56 +0000
committerGitHub Workflow <workflow@github.com>2021-01-14 16:50:56 +0000
commit4c9bc58277e4b033f73f49c801136d30a8098d1d (patch)
treef1b43e7e36e573ee6095a9d67415fffa2113cea5 /18.0
parentf9699a1d1acfb7e7f1838b51f7455c58b62a7ae4 (diff)
Runs update.sh
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 6529988b..59232c61 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.12
+ENV NEXTCLOUD_VERSION 18.0.13
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0/fpm-alpine/Dockerfile b/18.0/fpm-alpine/Dockerfile
index e4dadfe7..654994e6 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.12
+ENV NEXTCLOUD_VERSION 18.0.13
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0/fpm/Dockerfile b/18.0/fpm/Dockerfile
index 973699ed..9157a8c5 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.12
+ENV NEXTCLOUD_VERSION 18.0.13
RUN set -ex; \
fetchDeps=" \