summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-01-17 16:41:48 +0000
committerGitHub Workflow <workflow@github.com>2023-01-17 16:41:48 +0000
commitc1a52325422d08def6aa9d30028e04a96432abf0 (patch)
treecfd9e2ee14efddb5d87e4006ec69b4e3fe5511bd
parent04ab3157e4f1197a9f8f4b91cf2430586356dd9a (diff)
Runs update.sh
-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 0870dfa3..23a9c7b9 100644
--- a/24/apache/Dockerfile
+++ b/24/apache/Dockerfile
@@ -123,7 +123,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 24.0.8
+ENV NEXTCLOUD_VERSION 24.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index 76da3d24..594d55fd 100644
--- a/24/fpm-alpine/Dockerfile
+++ b/24/fpm-alpine/Dockerfile
@@ -103,7 +103,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.8
+ENV NEXTCLOUD_VERSION 24.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index 6072e191..2c328bae 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -115,7 +115,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.8
+ENV NEXTCLOUD_VERSION 24.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/25/apache/Dockerfile b/25/apache/Dockerfile
index 879d34f5..9fd73e8b 100644
--- a/25/apache/Dockerfile
+++ b/25/apache/Dockerfile
@@ -123,7 +123,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 25.0.2
+ENV NEXTCLOUD_VERSION 25.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/25/fpm-alpine/Dockerfile b/25/fpm-alpine/Dockerfile
index c3aa4b9c..07565f41 100644
--- a/25/fpm-alpine/Dockerfile
+++ b/25/fpm-alpine/Dockerfile
@@ -103,7 +103,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 25.0.2
+ENV NEXTCLOUD_VERSION 25.0.3
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/25/fpm/Dockerfile b/25/fpm/Dockerfile
index 041afbbd..7d35b0b9 100644
--- a/25/fpm/Dockerfile
+++ b/25/fpm/Dockerfile
@@ -115,7 +115,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 25.0.2
+ENV NEXTCLOUD_VERSION 25.0.3
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 6584dd0c..b4e48e14 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-25.0.2
+25.0.3