summaryrefslogtreecommitdiffstats
path: root/18.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-03-24 02:11:21 +0100
committerGitHub <noreply@github.com>2020-03-24 01:11:21 +0000
commitb0cb178c9eefd2053504535690dd43d151acfdec (patch)
tree12c382ea57a8703c40b538dc820a3cf2460e9feb /18.0
parent430ce875c237bfe3759c0547669d3bbebedd7310 (diff)
Run update.sh (#1044)
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 7619c6a4..e8c6a3de 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.2
+ENV NEXTCLOUD_VERSION 18.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0/fpm-alpine/Dockerfile b/18.0/fpm-alpine/Dockerfile
index 503382dc..c52c3c3c 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.2
+ENV NEXTCLOUD_VERSION 18.0.3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0/fpm/Dockerfile b/18.0/fpm/Dockerfile
index bb19ac68..4a5cb1e6 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.2
+ENV NEXTCLOUD_VERSION 18.0.3
RUN set -ex; \
fetchDeps=" \