summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-03-13 10:58:19 +0100
committerTilo Spannagel <development@tilosp.de>2018-03-13 11:15:27 +0100
commitd104e1cba04adcbb8d4e310598eec747ba4ddd6d (patch)
treeca37bee871f4f215261dd90b529e37dc07476ba4 /Dockerfile-debian.template
parentcf450e5d14e5f32dc672643d3b045a467ec1c1ad (diff)
Add images for Release Candidates
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index ccbd74c8..fdb63f66 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -99,9 +99,9 @@ ENV NEXTCLOUD_VERSION %%VERSION%%
RUN set -ex; \
curl -fsSL -o nextcloud.tar.bz2 \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
+ "%%BASE_DOWNLOAD_URL%%/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
curl -fsSL -o nextcloud.tar.bz2.asc \
- "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
+ "%%BASE_DOWNLOAD_URL%%/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \