From b0cb178c9eefd2053504535690dd43d151acfdec Mon Sep 17 00:00:00 2001
From: tilosp-bot <git-bot@tilosp.de>
Date: Tue, 24 Mar 2020 02:11:21 +0100
Subject: [PATCH] Run update.sh (#1044)

Signed-off-by: tilosp-bot <git-bot@tilosp.de>
---
 17.0/apache/Dockerfile     | 2 +-
 17.0/fpm-alpine/Dockerfile | 2 +-
 17.0/fpm/Dockerfile        | 2 +-
 18.0/apache/Dockerfile     | 2 +-
 18.0/fpm-alpine/Dockerfile | 2 +-
 18.0/fpm/Dockerfile        | 2 +-
 latest.txt                 | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/17.0/apache/Dockerfile b/17.0/apache/Dockerfile
index 0142082b..f2c1ef69 100644
--- a/17.0/apache/Dockerfile
+++ b/17.0/apache/Dockerfile
@@ -115,7 +115,7 @@ RUN a2enmod rewrite remoteip ;\
     } > /etc/apache2/conf-available/remoteip.conf;\
     a2enconf remoteip
 
-ENV NEXTCLOUD_VERSION 17.0.4
+ENV NEXTCLOUD_VERSION 17.0.5
 
 RUN set -ex; \
     fetchDeps=" \
diff --git a/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile
index 4d42d300..69b757cc 100644
--- a/17.0/fpm-alpine/Dockerfile
+++ b/17.0/fpm-alpine/Dockerfile
@@ -94,7 +94,7 @@ RUN { \
 VOLUME /var/www/html
 
 
-ENV NEXTCLOUD_VERSION 17.0.4
+ENV NEXTCLOUD_VERSION 17.0.5
 
 RUN set -ex; \
     apk add --no-cache --virtual .fetch-deps \
diff --git a/17.0/fpm/Dockerfile b/17.0/fpm/Dockerfile
index 90589026..46c76536 100644
--- a/17.0/fpm/Dockerfile
+++ b/17.0/fpm/Dockerfile
@@ -107,7 +107,7 @@ RUN { \
 VOLUME /var/www/html
 
 
-ENV NEXTCLOUD_VERSION 17.0.4
+ENV NEXTCLOUD_VERSION 17.0.5
 
 RUN set -ex; \
     fetchDeps=" \
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=" \
diff --git a/latest.txt b/latest.txt
index 3d5ab6e5..d1ac72de 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-18.0.2
+18.0.3