Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:jessie

ENV \
NGINX_VERSION=1.11.8 \
PHP_VERSION=7.1.0 \
PHP_VERSION=7.1.1 \
XDEBUG_VERSION=2.5.0

COPY \
Expand Down Expand Up @@ -115,6 +115,7 @@ RUN \
# GPG keys from the release managers of PHP 7.1
# Source https://secure.php.net/downloads.php#gpg-7.1
gpg --keyserver pgp.mit.edu/ --recv "A917 B1EC DA84 AEC2 B568 FED6 F50A BC80 7BD5 DCD0" && \
gpg --keyserver pgp.mit.edu/ --recv "5289 95BF EDFB A719 1D46 839E F9BA 0ADA 31CB D89E" && \

# Verify signature
curl -SLo php-${PHP_VERSION}.tar.gz.asc http://ch1.php.net/get/php-${PHP_VERSION}.tar.gz.asc/from/this/mirror && \
Expand Down