Skip to content

Commit bce2505

Browse files
committed
downgraded PHP version, fixes #15
1 parent e7c2b95 commit bce2505

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php-7.1/Dockerfile-fpm

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.1-fpm
4+
FROM php:7.1.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 - && \

php-7.1/Dockerfile-fpm-alpine

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.1-fpm-alpine
4+
FROM php:7.1.1-fpm-alpine
55

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

0 commit comments

Comments
 (0)