summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2022-11-03 15:32:23 +0000
committerGitHub Workflow <workflow@github.com>2022-11-03 15:32:23 +0000
commit88568fb121a9cb51a7d952428c096c0f311f4a85 (patch)
tree1984917516211e857b9a789ea8c6aff593f7b184
parentde77074a55a7d181276de5cddf9fbdb5b9e56f3e (diff)
Runs update.sh
-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--25/apache/Dockerfile2
-rw-r--r--25/fpm-alpine/Dockerfile2
-rw-r--r--25/fpm/Dockerfile2
-rw-r--r--latest.txt2
10 files changed, 10 insertions, 10 deletions
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index 062d642a..a08d14cc 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.10
+ENV NEXTCLOUD_VERSION 23.0.11
RUN set -ex; \
fetchDeps=" \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index b512cab1..98ced82b 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.10
+ENV NEXTCLOUD_VERSION 23.0.11
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index 05843f77..caed3494 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.10
+ENV NEXTCLOUD_VERSION 23.0.11
RUN set -ex; \
fetchDeps=" \
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index be538e73..89752e76 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.6
+ENV NEXTCLOUD_VERSION 24.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index c56fb6a8..3eba47c2 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.6
+ENV NEXTCLOUD_VERSION 24.0.7
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index 9c9b4694..c19bd006 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.6
+ENV NEXTCLOUD_VERSION 24.0.7
RUN set -ex; \
fetchDeps=" \
diff --git a/25/apache/Dockerfile b/25/apache/Dockerfile
index 04838611..bef15bf2 100644
--- a/25/apache/Dockerfile
+++ b/25/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 25.0.0
+ENV NEXTCLOUD_VERSION 25.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/25/fpm-alpine/Dockerfile b/25/fpm-alpine/Dockerfile
index d09fdec1..7ba4bbda 100644
--- a/25/fpm-alpine/Dockerfile
+++ b/25/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 25.0.0
+ENV NEXTCLOUD_VERSION 25.0.1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/25/fpm/Dockerfile b/25/fpm/Dockerfile
index 8835757d..8d1ae069 100644
--- a/25/fpm/Dockerfile
+++ b/25/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 25.0.0
+ENV NEXTCLOUD_VERSION 25.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 2c0a9e33..9d0cd2ef 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-25.0.0
+25.0.1