Switch to pool.sks-keyservers.net since pgp.mit.edu does not seem to know about the key
This commit is contained in:
parent
ec3350e7ba
commit
2f53079f09
@ -31,7 +31,8 @@ WORKDIR /usr/local/bin
|
||||
# can figure out why it's flaky and commonly gives "keys: key
|
||||
# 4E2C6E8793298290 can't be retrieved, gpg: no valid OpenPGP data
|
||||
# found."
|
||||
RUN gpg --keyserver pgp.mit.edu --recv-keys $RELEASE_KEY
|
||||
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys ${RELEASE_KEY}
|
||||
|
||||
RUN curl --fail -O -sSL ${RELEASE_URL} && \
|
||||
curl --fail -O -sSL ${RELEASE_URL}.asc && \
|
||||
gpg --verify ${RELEASE_FILE}.asc && \
|
||||
|
Loading…
Reference in New Issue
Block a user