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-09-08 22:11:46 +0300
committerGitHub Workflow <workflow@github.com>2022-09-08 22:11:46 +0300
commit3cbad551c354e3cdcae31fc5ea2dab1e02617fab (patch)
treee25ba5433c254667d92bd4ef604706b60d317a2b
parent3c7c42e60449329077601f96832ea5207bd14441 (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 e7fde00..0e77c64 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.8
+ENV NEXTCLOUD_VERSION 23.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 20fca86..2aa4beb 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.8
+ENV NEXTCLOUD_VERSION 23.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index cdfa27a..93f83a7 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.8
+ENV NEXTCLOUD_VERSION 23.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index 06040ab..26e7681 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.4
+ENV NEXTCLOUD_VERSION 24.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index ac4d988..69854cd 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.4
+ENV NEXTCLOUD_VERSION 24.0.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index 56c7a67..5c1220f 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.4
+ENV NEXTCLOUD_VERSION 24.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 8de81a2..d6a54c8 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-24.0.4
+24.0.5