summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--24/apache/Dockerfile2
-rw-r--r--24/fpm-alpine/Dockerfile2
-rw-r--r--24/fpm/Dockerfile2
-rw-r--r--25/apache/Dockerfile2
-rw-r--r--25/fpm-alpine/Dockerfile2
-rw-r--r--25/fpm/Dockerfile2
-rw-r--r--latest.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index 8bdc73c0..fb349264 100644
--- a/24/apache/Dockerfile
+++ b/24/apache/Dockerfile
@@ -125,7 +125,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 24.0.9
+ENV NEXTCLOUD_VERSION 24.0.10
RUN set -ex; \
fetchDeps=" \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index a0abc2b2..dd187250 100644
--- a/24/fpm-alpine/Dockerfile
+++ b/24/fpm-alpine/Dockerfile
@@ -105,7 +105,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.9
+ENV NEXTCLOUD_VERSION 24.0.10
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index 567ae69a..08a1680c 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -117,7 +117,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.9
+ENV NEXTCLOUD_VERSION 24.0.10
RUN set -ex; \
fetchDeps=" \
diff --git a/25/apache/Dockerfile b/25/apache/Dockerfile
index f5b868ad..29170ec0 100644
--- a/25/apache/Dockerfile
+++ b/25/apache/Dockerfile
@@ -125,7 +125,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 25.0.3
+ENV NEXTCLOUD_VERSION 25.0.4
RUN set -ex; \
fetchDeps=" \
diff --git a/25/fpm-alpine/Dockerfile b/25/fpm-alpine/Dockerfile
index 48c82242..1dc04677 100644
--- a/25/fpm-alpine/Dockerfile
+++ b/25/fpm-alpine/Dockerfile
@@ -105,7 +105,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 25.0.3
+ENV NEXTCLOUD_VERSION 25.0.4
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/25/fpm/Dockerfile b/25/fpm/Dockerfile
index 892d866e..0e359e43 100644
--- a/25/fpm/Dockerfile
+++ b/25/fpm/Dockerfile
@@ -117,7 +117,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 25.0.3
+ENV NEXTCLOUD_VERSION 25.0.4
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index b4e48e14..16a5a23a 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-25.0.3
+25.0.4