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>2022-08-12 03:28:01 +0300
committerGitHub Workflow <workflow@github.com>2022-08-12 03:28:01 +0300
commit6d25698ea343655d04968a71f64db2aec8eeda4a (patch)
tree1add3d4a7963733c6834f095d8d4228e01c7063a
parent8dd3d45f6324e6f70099818e21d1309ad714c5d0 (diff)
Runs update.sh
-rw-r--r--23/apache/Dockerfile2
-rw-r--r--23/fpm-alpine/Dockerfile2
-rw-r--r--23/fpm/Dockerfile2
-rw-r--r--24/apache/Dockerfile2
-rw-r--r--24/fpm-alpine/Dockerfile2
-rw-r--r--24/fpm/Dockerfile2
-rw-r--r--latest.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index 9cd0738..e7fde00 100644
--- a/23/apache/Dockerfile
+++ b/23/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 23.0.7
+ENV NEXTCLOUD_VERSION 23.0.8
RUN set -ex; \
fetchDeps=" \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index ad72546..20fca86 100644
--- a/23/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.7
+ENV NEXTCLOUD_VERSION 23.0.8
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index 8071133..cdfa27a 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.7
+ENV NEXTCLOUD_VERSION 23.0.8
RUN set -ex; \
fetchDeps=" \
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index 7f8daa1..06040ab 100644
--- a/24/apache/Dockerfile
+++ b/24/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 24.0.3
+ENV NEXTCLOUD_VERSION 24.0.4
RUN set -ex; \
fetchDeps=" \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index 8916081..ac4d988 100644
--- a/24/fpm-alpine/Dockerfile
+++ b/24/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.3
+ENV NEXTCLOUD_VERSION 24.0.4
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index e854552..56c7a67 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.3
+ENV NEXTCLOUD_VERSION 24.0.4
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 9985147..8de81a2 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-24.0.3
+24.0.4