summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9cd0738c..e7fde00d 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 ad725469..20fca868 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 80711336..cdfa27ad 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 7f8daa12..06040abd 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 89160812..ac4d988d 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 e8545524..56c7a672 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 99851478..8de81a23 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-24.0.3
+24.0.4