summaryrefslogtreecommitdiffstats
path: root/20.0/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '20.0/apache/Dockerfile')
-rw-r--r--20.0/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/20.0/apache/Dockerfile b/20.0/apache/Dockerfile
index 8d0361a5..a7d8fb4a 100644
--- a/20.0/apache/Dockerfile
+++ b/20.0/apache/Dockerfile
@@ -137,7 +137,7 @@ RUN set -ex; \
"https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
export GNUPGHOME="$(mktemp -d)"; \
# gpg key from https://nextcloud.com/nextcloud.asc
- gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
+ gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
gpg --batch --verify nextcloud.tar.bz2.asc nextcloud.tar.bz2; \
tar -xjf nextcloud.tar.bz2 -C /usr/src/; \
gpgconf --kill all; \