summaryrefslogtreecommitdiffstats
path: root/28/apache
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2024-05-24 00:27:40 +0000
committerGitHub Workflow <workflow@github.com>2024-05-24 00:27:40 +0000
commit3b13c02caaaa229f7f3efa67c332765e17226bea (patch)
tree68771a5a9093e34591448ae708bc12ab649deee3 /28/apache
parent7a4823180dc0a8c7d92a5dfb20701b04770c5706 (diff)
Runs update.shHEADmaster
Diffstat (limited to '28/apache')
-rw-r--r--28/apache/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/28/apache/Dockerfile b/28/apache/Dockerfile
index 90ae1b58..e317d1d8 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.5
+ENV NEXTCLOUD_VERSION 28.0.6
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.5.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.5.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.6.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.6.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \