summaryrefslogtreecommitdiffstats
path: root/26/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '26/apache/Dockerfile')
-rw-r--r--26/apache/Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/26/apache/Dockerfile b/26/apache/Dockerfile
index 7a79974b..9efd8fd6 100644
--- a/26/apache/Dockerfile
+++ b/26/apache/Dockerfile
@@ -136,10 +136,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-${NEXTCLOUD_VERSION}.tar.bz2"; \
- curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ curl -fsSL -o nextcloud.tar.bz2 "https://download.nextcloud.com/server/releases/nextcloud-26.0.2.tar.bz2"; \
+ curl -fsSL -o nextcloud.tar.bz2.asc "https://download.nextcloud.com/server/releases/nextcloud-26.0.2.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \