summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--27/apache/Dockerfile6
-rw-r--r--27/fpm-alpine/Dockerfile6
-rw-r--r--27/fpm/Dockerfile6
-rw-r--r--28/apache/Dockerfile6
-rw-r--r--28/fpm-alpine/Dockerfile6
-rw-r--r--28/fpm/Dockerfile6
-rw-r--r--29/apache/Dockerfile (renamed from 26/apache/Dockerfile)6
-rw-r--r--29/apache/config/apache-pretty-urls.config.php (renamed from 26/apache/config/apache-pretty-urls.config.php)0
-rw-r--r--29/apache/config/apcu.config.php (renamed from 26/apache/config/apcu.config.php)0
-rw-r--r--29/apache/config/apps.config.php (renamed from 26/apache/config/apps.config.php)0
-rw-r--r--29/apache/config/autoconfig.php (renamed from 26/apache/config/autoconfig.php)0
-rw-r--r--29/apache/config/redis.config.php (renamed from 26/apache/config/redis.config.php)0
-rw-r--r--29/apache/config/reverse-proxy.config.php (renamed from 26/apache/config/reverse-proxy.config.php)0
-rw-r--r--29/apache/config/s3.config.php (renamed from 26/apache/config/s3.config.php)0
-rw-r--r--29/apache/config/smtp.config.php (renamed from 26/apache/config/smtp.config.php)0
-rw-r--r--29/apache/config/swift.config.php (renamed from 26/apache/config/swift.config.php)0
-rw-r--r--29/apache/config/upgrade-disable-web.config.php (renamed from 26/apache/config/upgrade-disable-web.config.php)0
-rwxr-xr-x29/apache/cron.sh (renamed from 26/apache/cron.sh)0
-rwxr-xr-x29/apache/entrypoint.sh (renamed from 26/apache/entrypoint.sh)0
-rw-r--r--29/apache/upgrade.exclude (renamed from 26/apache/upgrade.exclude)0
-rw-r--r--29/fpm-alpine/Dockerfile (renamed from 26/fpm-alpine/Dockerfile)6
-rw-r--r--29/fpm-alpine/config/apcu.config.php (renamed from 26/fpm-alpine/config/apcu.config.php)0
-rw-r--r--29/fpm-alpine/config/apps.config.php (renamed from 26/fpm-alpine/config/apps.config.php)0
-rw-r--r--29/fpm-alpine/config/autoconfig.php (renamed from 26/fpm-alpine/config/autoconfig.php)0
-rw-r--r--29/fpm-alpine/config/redis.config.php (renamed from 26/fpm-alpine/config/redis.config.php)0
-rw-r--r--29/fpm-alpine/config/reverse-proxy.config.php (renamed from 26/fpm-alpine/config/reverse-proxy.config.php)0
-rw-r--r--29/fpm-alpine/config/s3.config.php (renamed from 26/fpm-alpine/config/s3.config.php)0
-rw-r--r--29/fpm-alpine/config/smtp.config.php (renamed from 26/fpm-alpine/config/smtp.config.php)0
-rw-r--r--29/fpm-alpine/config/swift.config.php (renamed from 26/fpm-alpine/config/swift.config.php)0
-rw-r--r--29/fpm-alpine/config/upgrade-disable-web.config.php (renamed from 26/fpm-alpine/config/upgrade-disable-web.config.php)0
-rwxr-xr-x29/fpm-alpine/cron.sh (renamed from 26/fpm-alpine/cron.sh)0
-rwxr-xr-x29/fpm-alpine/entrypoint.sh (renamed from 26/fpm-alpine/entrypoint.sh)0
-rw-r--r--29/fpm-alpine/upgrade.exclude (renamed from 26/fpm-alpine/upgrade.exclude)0
-rw-r--r--29/fpm/Dockerfile (renamed from 26/fpm/Dockerfile)6
-rw-r--r--29/fpm/config/apcu.config.php (renamed from 26/fpm/config/apcu.config.php)0
-rw-r--r--29/fpm/config/apps.config.php (renamed from 26/fpm/config/apps.config.php)0
-rw-r--r--29/fpm/config/autoconfig.php (renamed from 26/fpm/config/autoconfig.php)0
-rw-r--r--29/fpm/config/redis.config.php (renamed from 26/fpm/config/redis.config.php)0
-rw-r--r--29/fpm/config/reverse-proxy.config.php (renamed from 26/fpm/config/reverse-proxy.config.php)0
-rw-r--r--29/fpm/config/s3.config.php (renamed from 26/fpm/config/s3.config.php)0
-rw-r--r--29/fpm/config/smtp.config.php (renamed from 26/fpm/config/smtp.config.php)0
-rw-r--r--29/fpm/config/swift.config.php (renamed from 26/fpm/config/swift.config.php)0
-rw-r--r--29/fpm/config/upgrade-disable-web.config.php (renamed from 26/fpm/config/upgrade-disable-web.config.php)0
-rwxr-xr-x29/fpm/cron.sh (renamed from 26/fpm/cron.sh)0
-rwxr-xr-x29/fpm/entrypoint.sh (renamed from 26/fpm/entrypoint.sh)0
-rw-r--r--29/fpm/upgrade.exclude (renamed from 26/fpm/upgrade.exclude)0
-rw-r--r--README.md2
-rwxr-xr-xgenerate-stackbrew-library.sh2
-rw-r--r--latest.txt2
-rwxr-xr-xupdate.sh2
-rw-r--r--versions.json30
51 files changed, 46 insertions, 46 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 853a3713..4e2f89c1 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/Dockerfile
@@ -140,7 +140,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 27.1.8
+ENV NEXTCLOUD_VERSION 27.1.9
RUN set -ex; \
fetchDeps=" \
@@ -150,8 +150,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.8.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.8.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.9.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.9.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/27/fpm-alpine/Dockerfile b/27/fpm-alpine/Dockerfile
index 04ba1dcf..e4b0e500 100644
--- a/27/fpm-alpine/Dockerfile
+++ b/27/fpm-alpine/Dockerfile
@@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 27.1.8
+ENV NEXTCLOUD_VERSION 27.1.9
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -121,8 +121,8 @@ RUN set -ex; \
gnupg \
; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.8.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.8.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.9.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.9.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/27/fpm/Dockerfile b/27/fpm/Dockerfile
index ade6aaa3..1e029cac 100644
--- a/27/fpm/Dockerfile
+++ b/27/fpm/Dockerfile
@@ -125,7 +125,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 27.1.8
+ENV NEXTCLOUD_VERSION 27.1.9
RUN set -ex; \
fetchDeps=" \
@@ -135,8 +135,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.8.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.8.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-27.1.9.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-27.1.9.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/28/apache/Dockerfile b/28/apache/Dockerfile
index 8bd19340..90ae1b58 100644
--- a/28/apache/Dockerfile
+++ b/28/apache/Dockerfile
@@ -140,7 +140,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 28.0.4
+ENV NEXTCLOUD_VERSION 28.0.5
RUN set -ex; \
fetchDeps=" \
@@ -150,8 +150,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/28/fpm-alpine/Dockerfile b/28/fpm-alpine/Dockerfile
index c910afeb..6bbc9523 100644
--- a/28/fpm-alpine/Dockerfile
+++ b/28/fpm-alpine/Dockerfile
@@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 28.0.4
+ENV NEXTCLOUD_VERSION 28.0.5
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -121,8 +121,8 @@ RUN set -ex; \
gnupg \
; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/28/fpm/Dockerfile b/28/fpm/Dockerfile
index ee9f27eb..e9c34bf7 100644
--- a/28/fpm/Dockerfile
+++ b/28/fpm/Dockerfile
@@ -125,7 +125,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 28.0.4
+ENV NEXTCLOUD_VERSION 28.0.5
RUN set -ex; \
fetchDeps=" \
@@ -135,8 +135,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/26/apache/Dockerfile b/29/apache/Dockerfile
index 95585626..eb44e77c 100644
--- a/26/apache/Dockerfile
+++ b/29/apache/Dockerfile
@@ -140,7 +140,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 26.0.13
+ENV NEXTCLOUD_VERSION 29.0.0
RUN set -ex; \
fetchDeps=" \
@@ -150,8 +150,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.13.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.13.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/26/apache/config/apache-pretty-urls.config.php b/29/apache/config/apache-pretty-urls.config.php
index 72da1d8c..72da1d8c 100644
--- a/26/apache/config/apache-pretty-urls.config.php
+++ b/29/apache/config/apache-pretty-urls.config.php
diff --git a/26/apache/config/apcu.config.php b/29/apache/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/26/apache/config/apcu.config.php
+++ b/29/apache/config/apcu.config.php
diff --git a/26/apache/config/apps.config.php b/29/apache/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/26/apache/config/apps.config.php
+++ b/29/apache/config/apps.config.php
diff --git a/26/apache/config/autoconfig.php b/29/apache/config/autoconfig.php
index 92ad2a1c..92ad2a1c 100644
--- a/26/apache/config/autoconfig.php
+++ b/29/apache/config/autoconfig.php
diff --git a/26/apache/config/redis.config.php b/29/apache/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/26/apache/config/redis.config.php
+++ b/29/apache/config/redis.config.php
diff --git a/26/apache/config/reverse-proxy.config.php b/29/apache/config/reverse-proxy.config.php
index 7df0415e..7df0415e 100644
--- a/26/apache/config/reverse-proxy.config.php
+++ b/29/apache/config/reverse-proxy.config.php
diff --git a/26/apache/config/s3.config.php b/29/apache/config/s3.config.php
index 374cba2d..374cba2d 100644
--- a/26/apache/config/s3.config.php
+++ b/29/apache/config/s3.config.php
diff --git a/26/apache/config/smtp.config.php b/29/apache/config/smtp.config.php
index 5006fe47..5006fe47 100644
--- a/26/apache/config/smtp.config.php
+++ b/29/apache/config/smtp.config.php
diff --git a/26/apache/config/swift.config.php b/29/apache/config/swift.config.php
index 47ada566..47ada566 100644
--- a/26/apache/config/swift.config.php
+++ b/29/apache/config/swift.config.php
diff --git a/26/apache/config/upgrade-disable-web.config.php b/29/apache/config/upgrade-disable-web.config.php
index cb00b436..cb00b436 100644
--- a/26/apache/config/upgrade-disable-web.config.php
+++ b/29/apache/config/upgrade-disable-web.config.php
diff --git a/26/apache/cron.sh b/29/apache/cron.sh
index b4cd9af6..b4cd9af6 100755
--- a/26/apache/cron.sh
+++ b/29/apache/cron.sh
diff --git a/26/apache/entrypoint.sh b/29/apache/entrypoint.sh
index 5b627f07..5b627f07 100755
--- a/26/apache/entrypoint.sh
+++ b/29/apache/entrypoint.sh
diff --git a/26/apache/upgrade.exclude b/29/apache/upgrade.exclude
index 31ce39a8..31ce39a8 100644
--- a/26/apache/upgrade.exclude
+++ b/29/apache/upgrade.exclude
diff --git a/26/fpm-alpine/Dockerfile b/29/fpm-alpine/Dockerfile
index fe9c75f8..76a42bf1 100644
--- a/26/fpm-alpine/Dockerfile
+++ b/29/fpm-alpine/Dockerfile
@@ -113,7 +113,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.13
+ENV NEXTCLOUD_VERSION 29.0.0
RUN set -ex; \
apk add --no-cache --virtual .fetch-deps \
@@ -121,8 +121,8 @@ RUN set -ex; \
gnupg \
; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.13.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.13.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/26/fpm-alpine/config/apcu.config.php b/29/fpm-alpine/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/26/fpm-alpine/config/apcu.config.php
+++ b/29/fpm-alpine/config/apcu.config.php
diff --git a/26/fpm-alpine/config/apps.config.php b/29/fpm-alpine/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/26/fpm-alpine/config/apps.config.php
+++ b/29/fpm-alpine/config/apps.config.php
diff --git a/26/fpm-alpine/config/autoconfig.php b/29/fpm-alpine/config/autoconfig.php
index 92ad2a1c..92ad2a1c 100644
--- a/26/fpm-alpine/config/autoconfig.php
+++ b/29/fpm-alpine/config/autoconfig.php
diff --git a/26/fpm-alpine/config/redis.config.php b/29/fpm-alpine/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/26/fpm-alpine/config/redis.config.php
+++ b/29/fpm-alpine/config/redis.config.php
diff --git a/26/fpm-alpine/config/reverse-proxy.config.php b/29/fpm-alpine/config/reverse-proxy.config.php
index 7df0415e..7df0415e 100644
--- a/26/fpm-alpine/config/reverse-proxy.config.php
+++ b/29/fpm-alpine/config/reverse-proxy.config.php
diff --git a/26/fpm-alpine/config/s3.config.php b/29/fpm-alpine/config/s3.config.php
index 374cba2d..374cba2d 100644
--- a/26/fpm-alpine/config/s3.config.php
+++ b/29/fpm-alpine/config/s3.config.php
diff --git a/26/fpm-alpine/config/smtp.config.php b/29/fpm-alpine/config/smtp.config.php
index 5006fe47..5006fe47 100644
--- a/26/fpm-alpine/config/smtp.config.php
+++ b/29/fpm-alpine/config/smtp.config.php
diff --git a/26/fpm-alpine/config/swift.config.php b/29/fpm-alpine/config/swift.config.php
index 47ada566..47ada566 100644
--- a/26/fpm-alpine/config/swift.config.php
+++ b/29/fpm-alpine/config/swift.config.php
diff --git a/26/fpm-alpine/config/upgrade-disable-web.config.php b/29/fpm-alpine/config/upgrade-disable-web.config.php
index cb00b436..cb00b436 100644
--- a/26/fpm-alpine/config/upgrade-disable-web.config.php
+++ b/29/fpm-alpine/config/upgrade-disable-web.config.php
diff --git a/26/fpm-alpine/cron.sh b/29/fpm-alpine/cron.sh
index b4cd9af6..b4cd9af6 100755
--- a/26/fpm-alpine/cron.sh
+++ b/29/fpm-alpine/cron.sh
diff --git a/26/fpm-alpine/entrypoint.sh b/29/fpm-alpine/entrypoint.sh
index 5b627f07..5b627f07 100755
--- a/26/fpm-alpine/entrypoint.sh
+++ b/29/fpm-alpine/entrypoint.sh
diff --git a/26/fpm-alpine/upgrade.exclude b/29/fpm-alpine/upgrade.exclude
index 31ce39a8..31ce39a8 100644
--- a/26/fpm-alpine/upgrade.exclude
+++ b/29/fpm-alpine/upgrade.exclude
diff --git a/26/fpm/Dockerfile b/29/fpm/Dockerfile
index b74f1052..6127a79b 100644
--- a/26/fpm/Dockerfile
+++ b/29/fpm/Dockerfile
@@ -125,7 +125,7 @@ RUN { \
VOLUME /var/www/html
-ENV NEXTCLOUD_VERSION 26.0.13
+ENV NEXTCLOUD_VERSION 29.0.0
RUN set -ex; \
fetchDeps=" \
@@ -135,8 +135,8 @@ RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $fetchDeps; \
\
- curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.13.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.13.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
diff --git a/26/fpm/config/apcu.config.php b/29/fpm/config/apcu.config.php
index 69fed876..69fed876 100644
--- a/26/fpm/config/apcu.config.php
+++ b/29/fpm/config/apcu.config.php
diff --git a/26/fpm/config/apps.config.php b/29/fpm/config/apps.config.php
index 4c37f72a..4c37f72a 100644
--- a/26/fpm/config/apps.config.php
+++ b/29/fpm/config/apps.config.php
diff --git a/26/fpm/config/autoconfig.php b/29/fpm/config/autoconfig.php
index 92ad2a1c..92ad2a1c 100644
--- a/26/fpm/config/autoconfig.php
+++ b/29/fpm/config/autoconfig.php
diff --git a/26/fpm/config/redis.config.php b/29/fpm/config/redis.config.php
index a5fde3c7..a5fde3c7 100644
--- a/26/fpm/config/redis.config.php
+++ b/29/fpm/config/redis.config.php
diff --git a/26/fpm/config/reverse-proxy.config.php b/29/fpm/config/reverse-proxy.config.php
index 7df0415e..7df0415e 100644
--- a/26/fpm/config/reverse-proxy.config.php
+++ b/29/fpm/config/reverse-proxy.config.php
diff --git a/26/fpm/config/s3.config.php b/29/fpm/config/s3.config.php
index 374cba2d..374cba2d 100644
--- a/26/fpm/config/s3.config.php
+++ b/29/fpm/config/s3.config.php
diff --git a/26/fpm/config/smtp.config.php b/29/fpm/config/smtp.config.php
index 5006fe47..5006fe47 100644
--- a/26/fpm/config/smtp.config.php
+++ b/29/fpm/config/smtp.config.php
diff --git a/26/fpm/config/swift.config.php b/29/fpm/config/swift.config.php
index 47ada566..47ada566 100644
--- a/26/fpm/config/swift.config.php
+++ b/29/fpm/config/swift.config.php
diff --git a/26/fpm/config/upgrade-disable-web.config.php b/29/fpm/config/upgrade-disable-web.config.php
index cb00b436..cb00b436 100644
--- a/26/fpm/config/upgrade-disable-web.config.php
+++ b/29/fpm/config/upgrade-disable-web.config.php
diff --git a/26/fpm/cron.sh b/29/fpm/cron.sh
index b4cd9af6..b4cd9af6 100755
--- a/26/fpm/cron.sh
+++ b/29/fpm/cron.sh
diff --git a/26/fpm/entrypoint.sh b/29/fpm/entrypoint.sh
index 5b627f07..5b627f07 100755
--- a/26/fpm/entrypoint.sh
+++ b/29/fpm/entrypoint.sh
diff --git a/26/fpm/upgrade.exclude b/29/fpm/upgrade.exclude
index 31ce39a8..31ce39a8 100644
--- a/26/fpm/upgrade.exclude
+++ b/29/fpm/upgrade.exclude
diff --git a/README.md b/README.md
index b02c66de..c73bbebf 100644
--- a/README.md
+++ b/README.md
@@ -320,7 +320,7 @@ services:
Then run `docker-compose up -d`, now you can access Nextcloud at http://localhost:8080/ from your host system.
## Base version - FPM
-When using the FPM image, you need another container that acts as web server on port 80 and proxies the requests to the Nextcloud container. In this example a simple nginx container is combined with the Nextcloud-fpm image and a MariaDB database container. The data is stored in docker volumes. The nginx container also needs access to static files from your Nextcloud installation. It gets access to all the volumes mounted to Nextcloud via the `volumes_from` option.The configuration for nginx is stored in the configuration file `nginx.conf`, that is mounted into the container. An example can be found in the examples section [here](https://github.com/nextcloud/docker/tree/master/.examples).
+When using the FPM image, you need another container that acts as web server on port 80 and proxies the requests to the Nextcloud container. In this example a simple nginx container is combined with the Nextcloud-fpm image and a MariaDB database container. The data is stored in docker volumes. The nginx container also needs access to static files from your Nextcloud installation. It gets access to all the volumes mounted to Nextcloud via the `volumes_from` option. The configuration for nginx is stored in the configuration file `nginx.conf`, that is mounted into the container. An example can be found in the examples section [here](https://github.com/nextcloud/docker/tree/master/.examples).
As this setup does **not include encryption**, it should be run behind a proxy.
diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh
index b0bad02f..d84c6a26 100755
--- a/generate-stackbrew-library.sh
+++ b/generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-stable_channel='28.0.4'
+stable_channel='28.0.5'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
diff --git a/latest.txt b/latest.txt
index 3ef31d3d..f1e4903d 100644
--- a/latest.txt
+++ b/latest.txt
@@ -1 +1 @@
-28.0.4
+29.0.0
diff --git a/update.sh b/update.sh
index bea95729..015cf9ae 100755
--- a/update.sh
+++ b/update.sh
@@ -84,7 +84,7 @@ variants=(
fpm-alpine
)
-min_version='26'
+min_version='27'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {
diff --git a/versions.json b/versions.json
index f3a0fa1b..64bef572 100644
--- a/