Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-09-10 03:56:08 +0300
committerGitHub Workflow <workflow@github.com>2020-09-10 03:56:08 +0300
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 f0dda1b..5ad3f52 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 0920b27..0eb9e0c 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 c7768f6..97f7b5f 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 968a4b8..c77835a 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 bf9968c..55a0b20 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 71b85cc..66027f1 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 e021724..25720f4 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-19.0.2
+19.0.3