summaryrefslogtreecommitdiffstats
path: root/28/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '28/apache/Dockerfile')
-rw-r--r--28/apache/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/28/apache/Dockerfile b/28/apache/Dockerfile
index 91027aac..364ab384 100644
--- a/28/apache/Dockerfile
+++ b/28/apache/Dockerfile
@@ -138,7 +138,7 @@ RUN { \
} > /etc/apache2/conf-available/apache-limits.conf; \
a2enconf apache-limits
-ENV NEXTCLOUD_VERSION 28.0.2
+ENV NEXTCLOUD_VERSION 28.0.3
RUN set -ex; \
fetchDeps=" \
@@ -148,8 +148,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.2.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.2.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-28.0.3.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-28.0.3.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \