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.
2 parents 752f8b2 + 1efb389 commit 4f32119Copy full SHA for 4f32119
Dockerfile
@@ -2,7 +2,7 @@ FROM debian:jessie
2
3
ENV \
4
NGINX_VERSION=1.11.8 \
5
- PHP_VERSION=7.1.0 \
+ PHP_VERSION=7.1.1 \
6
XDEBUG_VERSION=2.5.0
7
8
COPY \
@@ -115,6 +115,7 @@ RUN \
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" && \
119
120
# Verify signature
121
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