summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-09-10 00:56:08 +0000
committerGitHub Workflow <workflow@github.com>2020-09-10 00:56:08 +0000
commitd0ee4bc215e96245cd563114f15dc1146e7058c1 (patch)
tree1096072aa64dc817bb80b7696ee5be1e06bd4539
parent1e2c9961f7a42b864a1ba99527d82671eee78245 (diff)
Runs update.sh
-rw-r--r--18.0/apache/Dockerfile2
-rw-r--r--18.0/fpm-alpine/Dockerfile2
-rw-r--r--18.0/fpm/Dockerfile2
-rw-r--r--19.0/apache/Dockerfile2
-rw-r--r--19.0/fpm-alpine/Dockerfile2
-rw-r--r--19.0/fpm/Dockerfile2
-rw-r--r--latest.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/18.0/apache/Dockerfile b/18.0/apache/Dockerfile
index f0dda1bd..5ad3f52d 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.8
+ENV NEXTCLOUD_VERSION 18.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/18.0/fpm-alpine/Dockerfile b/18.0/fpm-alpine/Dockerfile
index 0920b27d..0eb9e0ca 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.8
+ENV NEXTCLOUD_VERSION 18.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/18.0/fpm/Dockerfile b/18.0/fpm/Dockerfile
index c7768f6d..97f7b5fb 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.8
+ENV NEXTCLOUD_VERSION 18.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0/apache/Dockerfile b/19.0/apache/Dockerfile
index 968a4b8d..c77835aa 100644
--- a/19.0/apache/Dockerfile
+++ b/19.0/apache/Dockerfile
@@ -114,7 +114,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 19.0.2
+ENV NEXTCLOUD_VERSION 19.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/19.0/fpm-alpine/Dockerfile b/19.0/fpm-alpine/Dockerfile
index bf9968c9..55a0b204 100644
--- a/19.0/fpm-alpine/Dockerfile
+++ b/19.0/fpm-alpine/Dockerfile
@@ -95,7 +95,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.2
+ENV NEXTCLOUD_VERSION 19.0.3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/19.0/fpm/Dockerfile b/19.0/fpm/Dockerfile
index 71b85cc9..66027f16 100644
--- a/19.0/fpm/Dockerfile
+++ b/19.0/fpm/Dockerfile
@@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 19.0.2
+ENV NEXTCLOUD_VERSION 19.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index e0217249..25720f44 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-19.0.2
+19.0.3