summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--21/apache/Dockerfile4
-rw-r--r--21/fpm-alpine/Dockerfile4
-rw-r--r--21/fpm/Dockerfile4
-rw-r--r--22/apache/Dockerfile4
-rw-r--r--22/fpm-alpine/Dockerfile4
-rw-r--r--22/fpm/Dockerfile4
-rw-r--r--23/apache/Dockerfile4
-rw-r--r--23/fpm-alpine/Dockerfile4
-rw-r--r--23/fpm/Dockerfile4
-rw-r--r--latest.txt2
10 files changed, 19 insertions, 19 deletions
diff --git a/21/apache/Dockerfile b/21/apache/Dockerfile
index 60529f97..1aa2171b 100644
--- a/21/apache/Dockerfile
+++ b/21/apache/Dockerfile
@@ -63,7 +63,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 21.0.8
+ENV NEXTCLOUD_VERSION 21.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/21/fpm-alpine/Dockerfile b/21/fpm-alpine/Dockerfile
index f36e758e..f09e38aa 100644
--- a/21/fpm-alpine/Dockerfile
+++ b/21/fpm-alpine/Dockerfile
@@ -54,7 +54,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.8
+ENV NEXTCLOUD_VERSION 21.0.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/21/fpm/Dockerfile b/21/fpm/Dockerfile
index 9764735d..c6e97e97 100644
--- a/21/fpm/Dockerfile
+++ b/21/fpm/Dockerfile
@@ -63,7 +63,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 21.0.8
+ENV NEXTCLOUD_VERSION 21.0.9
RUN set -ex; \
fetchDeps=" \
diff --git a/22/apache/Dockerfile b/22/apache/Dockerfile
index 896d3cf8..fc8689ea 100644
--- a/22/apache/Dockerfile
+++ b/22/apache/Dockerfile
@@ -63,7 +63,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 22.2.4
+ENV NEXTCLOUD_VERSION 22.2.5
RUN set -ex; \
fetchDeps=" \
diff --git a/22/fpm-alpine/Dockerfile b/22/fpm-alpine/Dockerfile
index d1c70013..aee6edb4 100644
--- a/22/fpm-alpine/Dockerfile
+++ b/22/fpm-alpine/Dockerfile
@@ -54,7 +54,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.4
+ENV NEXTCLOUD_VERSION 22.2.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/22/fpm/Dockerfile b/22/fpm/Dockerfile
index 569b7960..63cee91b 100644
--- a/22/fpm/Dockerfile
+++ b/22/fpm/Dockerfile
@@ -63,7 +63,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 22.2.4
+ENV NEXTCLOUD_VERSION 22.2.5
RUN set -ex; \
fetchDeps=" \
diff --git a/23/apache/Dockerfile b/23/apache/Dockerfile
index 674a14eb..9d80b8e2 100644
--- a/23/apache/Dockerfile
+++ b/23/apache/Dockerfile
@@ -63,7 +63,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -122,7 +122,7 @@ RUN a2enmod headers rewrite remoteip ;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
-ENV NEXTCLOUD_VERSION 23.0.1
+ENV NEXTCLOUD_VERSION 23.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/23/fpm-alpine/Dockerfile b/23/fpm-alpine/Dockerfile
index 10f92efe..c253a4c0 100644
--- a/23/fpm-alpine/Dockerfile
+++ b/23/fpm-alpine/Dockerfile
@@ -54,7 +54,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -102,7 +102,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.1
+ENV NEXTCLOUD_VERSION 23.0.2
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
diff --git a/23/fpm/Dockerfile b/23/fpm/Dockerfile
index f95cc894..ed088791 100644
--- a/23/fpm/Dockerfile
+++ b/23/fpm/Dockerfile
@@ -63,7 +63,7 @@ RUN set -ex; \
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.21; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.6; \
+ pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
@@ -114,7 +114,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 23.0.1
+ENV NEXTCLOUD_VERSION 23.0.2
RUN set -ex; \
fetchDeps=" \
diff --git a/latest.txt b/latest.txt
index c471f621..4301f9bd 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-23.0.1
+23.0.2