Skip to content

Commit

Permalink
Use pool.sks-keyservers.net as key server.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Dec 14, 2016
1 parent 8941925 commit 1da71f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN export TINI_VERSION=v0.10.0 && curl -sL \
&& curl -sL \
https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc \
> /sbin/tini.asc \
&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys \
&& gpg --keyserver pool.sks-keyservers.net --recv-keys \
595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 \
&& gpg --verify /sbin/tini.asc \
&& rm -rf /root/.gnupg \
Expand Down

0 comments on commit 1da71f6

Please sign in to comment.