Skip to content

Commit 437bfbf

Browse files
committed
updated PHP to 7.1, see also #5
1 parent f10e7e1 commit 437bfbf

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PHP Docker image for Yii 2.0 Framework runtime
22
# ==============================================
33

4-
FROM php:7.0-fpm
4+
FROM php:7.1-fpm
55

66
# Install system packages for PHP extensions recommended for Yii 2.0 Framework
77
RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - && \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PHP Docker image for Yii 2.0 Framework runtime
22
# ==============================================
33

4-
FROM php:7.0-fpm-alpine
4+
FROM php:7.1-fpm-alpine
55

66
# Install system packages & PHP extensions required for Yii 2.0 Framework
77
RUN apk --update add \
File renamed without changes.

php-7.0/image-files/usr/local/bin/docker-entrypoint.sh renamed to php-7.1/image-files/usr/local/bin/docker-entrypoint.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.

php-7.0/image-files/usr/local/etc/php/conf.d/xdebug.ini renamed to php-7.1/image-files/usr/local/etc/php/conf.d/xdebug.ini

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)