We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e17d6f commit 41e18a0Copy full SHA for 41e18a0
Dockerfile
@@ -114,8 +114,9 @@ RUN \
114
115
# GPG keys from the release managers of PHP 7.1
116
# Source https://secure.php.net/downloads.php#gpg-7.1
117
- gpg --keyserver pgp.mit.edu/ --recv "A917 B1EC DA84 AEC2 B568 FED6 F50A BC80 7BD5 DCD0" && \
118
- gpg --keyserver pgp.mit.edu/ --recv "5289 95BF EDFB A719 1D46 839E F9BA 0ADA 31CB D89E" && \
+ gpg --keyserver sks-keyservers.net --recv-keys \
+ "A917 B1EC DA84 AEC2 B568 FED6 F50A BC80 7BD5 DCD0" \
119
+ "5289 95BF EDFB A719 1D46 839E F9BA 0ADA 31CB D89E" && \
120
121
# Verify signature
122
curl -SLo php-${PHP_VERSION}.tar.gz.asc http://ch1.php.net/get/php-${PHP_VERSION}.tar.gz.asc/from/this/mirror && \
0 commit comments