summaryrefslogtreecommitdiffstats
path: root/26
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-05-25 22:23:21 +0000
committerGitHub Workflow <workflow@github.com>2023-05-25 22:23:21 +0000
commit9b84086ab9e8409437c3aa1b8c6ce9db4c2250bb (patch)
tree64157e9d1cce85ef2410b9d408d6a32c84c5b230 /26
parent5d6b615a8e8559cc6d4b3183f9cbcb69023063e0 (diff)
Runs update.sh
Diffstat (limited to '26')
-rw-r--r--26/apache/Dockerfile2
-rw-r--r--26/fpm-alpine/Dockerfile2
-rw-r--r--26/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/26/apache/Dockerfile b/26/apache/Dockerfile
index ee711ff0..7a79974b 100644
--- a/26/apache/Dockerfile
+++ b/26/apache/Dockerfile
@@ -126,7 +126,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 26.0.1
+ENV NEXTCLOUD_VERSION 26.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/26/fpm-alpine/Dockerfile b/26/fpm-alpine/Dockerfile
index 39a8028a..0507b90f 100644
--- a/26/fpm-alpine/Dockerfile
+++ b/26/fpm-alpine/Dockerfile
@@ -106,7 +106,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.1
+ENV NEXTCLOUD_VERSION 26.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/26/fpm/Dockerfile b/26/fpm/Dockerfile
index d555b277..d4d594f7 100644
--- a/26/fpm/Dockerfile
+++ b/26/fpm/Dockerfile
@@ -118,7 +118,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.1
+ENV NEXTCLOUD_VERSION 26.0.2
RUN set -ex; \
fetchDeps=" \