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:
authorJ0WI <J0WI@users.noreply.github.com>2022-06-20 23:50:48 +0300
committerGitHub <noreply@github.com>2022-06-20 23:50:48 +0300
commitc416385b7c97f7d5a385f0133fd4fb6cb31690db (patch)
treec45bfe13fcacd86781b490ff6fe2c0fffad00f3b
parente88d8e468168228b880b3c5b6ef0fe9a1eb39d2e (diff)
Update Nextcloud to 24.0.2 (#1773)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rw-r--r--22/apache/Dockerfile2
-rw-r--r--22/fpm-alpine/Dockerfile2
-rw-r--r--22/fpm/Dockerfile2
-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
-rwxr-xr-xgenerate-stackbrew-library.sh2
-rw-r--r--latest.txt2
11 files changed, 11 insertions, 11 deletions
diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile
index fca16c2..5dab07d 100644
--- a/22/apache/Dockerfile
+++ b/22/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 22.2.8
+ENV NEXTCLOUD_VERSION 22.2.9
RUN set -ex; \
fetchDeps=" \
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index 67e13cb..2592cbb 100644
--- a/22/fpm-alpine/Dockerfile
+++ b/22/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.8
+ENV NEXTCLOUD_VERSION 22.2.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index 3482f6d..7e9ae32 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.8
+ENV NEXTCLOUD_VERSION 22.2.9
RUN set -ex; \
fetchDeps=" \
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index f27e1ed..f6b17a4 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.5
+ENV NEXTCLOUD_VERSION 23.0.6
RUN set -ex; \
fetchDeps=" \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index b93c5ac..5af4bf0 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.5
+ENV NEXTCLOUD_VERSION 23.0.6
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index dd62b9a..b40badd 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.5
+ENV NEXTCLOUD_VERSION 23.0.6
RUN set -ex; \
fetchDeps=" \
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index 5096014..b00823a 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.1
+ENV NEXTCLOUD_VERSION 24.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index a54035f..bb33401 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.1
+ENV NEXTCLOUD_VERSION 24.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index fbca3e1..895e057 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.1
+ENV NEXTCLOUD_VERSION 24.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index 3313cbe..41721d4 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='23.0.5'
+stable_channel='23.0.6'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
diff --git a/latest.txt b/latest.txt
index 1b3e74f..a195401 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-24.0.1
+24.0.2