Skip to content

Commit fe93fd8

Browse files
committed
Merge branch 'php/v7.1' into release/v0.2.0
* php/v7.1: Upgrade to PHP v7.1.0
2 parents e9349ad + 5a1852b commit fe93fd8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:jessie
22

33
ENV \
44
NGINX_VERSION=1.11.7 \
5-
PHP_VERSION=7.0.14
5+
PHP_VERSION=7.1.0
66

77
COPY \
88
docker-entrypoint \
@@ -110,10 +110,9 @@ RUN \
110110

111111
cd /tmp/build/php/ && \
112112

113-
# GPG keys from the release managers of PHP 7.0
114-
# Source https://secure.php.net/gpg-keys.php#gpg-7.0
115-
gpg --keyserver pgp.mit.edu/ --recv "1A4E 8B72 77C4 2E53 DBA9 C7B9 BCAA 30EA 9C0D 5763" && \
116-
gpg --keyserver pgp.mit.edu/ --recv "6E4F 6AB3 21FD C07F 2C33 2E3A C2BF 0BC4 33CF C8B3" && \
113+
# GPG keys from the release managers of PHP 7.1
114+
# Source https://secure.php.net/downloads.php#gpg-7.1
115+
gpg --keyserver pgp.mit.edu/ --recv "A917 B1EC DA84 AEC2 B568 FED6 F50A BC80 7BD5 DCD0" && \
117116

118117
# Verify signature
119118
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

Comments
 (0)