We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b0224 commit 44295caCopy full SHA for 44295ca
Dockerfile
@@ -13,7 +13,7 @@ ENV WQR_VERSION=0.3.0
13
14
WORKDIR /tmp
15
16
-RUN curl -sSL https://github.com/nickpeihl/wikidata-query-rdf/releases/download/${WQR_VERSION}/service-${WQR_VERSION}-SNAPSHOT-dist.zip -o service-${WQR_VERSION}-SNAPSHOT-dist.zip
+RUN curl -sSL https://github.com/sophox/wikidata-query-rdf/releases/download/${WQR_VERSION}/service-${WQR_VERSION}-SNAPSHOT-dist.zip -o service-${WQR_VERSION}-SNAPSHOT-dist.zip
17
18
RUN mkdir -p /opt \
19
mkdir -p /var/log/wdqs \
0 commit comments