summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2022-05-20 00:27:35 +0000
committerGitHub Workflow <workflow@github.com>2022-05-20 00:27:35 +0000
commitde57fc0cc749b7f54b52be651fd78134fb1d8d2b (patch)
tree8d18c916654d888b85d073051ac69af3c5fbdee9
parent625472cfa38ab931402bb2596aa6c60266efac8d (diff)
Runs update.sh
-rw-r--r--22/apache/Dockerfile2
-rw-r--r--22/fpm-alpine/Dockerfile2
-rw-r--r--22/fpm/Dockerfile2
-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
10 files changed, 10 insertions, 10 deletions
diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile
index bd42552f..fca16c2b 100644
--- a/22/apache/Dockerfile
+++ b/22/apache/Dockerfile
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 22.2.7
+ENV NEXTCLOUD_VERSION 22.2.8
RUN set -ex; \
fetchDeps=" \
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index 967973c3..67e13cbb 100644
--- a/22/fpm-alpine/Dockerfile
+++ b/22/fpm-alpine/Dockerfile
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.7
+ENV NEXTCLOUD_VERSION 22.2.8
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index f107f84f..3482f6d9 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.7
+ENV NEXTCLOUD_VERSION 22.2.8
RUN set -ex; \
fetchDeps=" \
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index a01f7cba..f27e1ed1 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.4
+ENV NEXTCLOUD_VERSION 23.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 53893567..b93c5acb 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.4
+ENV NEXTCLOUD_VERSION 23.0.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index 5fd39b66..dd62b9a1 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.4
+ENV NEXTCLOUD_VERSION 23.0.5
RUN set -ex; \
fetchDeps=" \
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index 0d568f2b..50960140 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.0
+ENV NEXTCLOUD_VERSION 24.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/24/fpm-alpine/Dockerfile b/24/fpm-alpine/Dockerfile
index f22b90bd..a54035f6 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.0
+ENV NEXTCLOUD_VERSION 24.0.1
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/24/fpm/Dockerfile b/24/fpm/Dockerfile
index 0dda650a..fbca3e14 100644
--- a/24/fpm/Dockerfile
+++ b/24/fpm/Dockerfile
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 24.0.0
+ENV NEXTCLOUD_VERSION 24.0.1
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index 51105aad..1b3e74f8 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-24.0.0
+24.0.1