Skip to content

Commit 4f32119

Browse files
authored
Merge pull request #13 from rtucek/upgrade-php
Bump up PHP version
2 parents 752f8b2 + 1efb389 commit 4f32119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

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

33
ENV \
44
NGINX_VERSION=1.11.8 \
5-
PHP_VERSION=7.1.0 \
5+
PHP_VERSION=7.1.1 \
66
XDEBUG_VERSION=2.5.0
77

88
COPY \
@@ -115,6 +115,7 @@ RUN \
115115
# GPG keys from the release managers of PHP 7.1
116116
# Source https://secure.php.net/downloads.php#gpg-7.1
117117
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" && \
118119

119120
# Verify signature
120121
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)