Skip to content

Commit 0e98134

Browse files
authored
Merge pull request #17 from winfried-van-loon/default-php-version
Changing default to PHP71
2 parents dbaa3fc + 7386038 commit 0e98134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV LC_CTYPE=en_US.UTF-8
1717
ENV LANG=en_US.UTF-8
1818
ENV TERM xterm
1919

20-
ARG PHP_VERSION=${PHP_VERSION:-70}
20+
ARG PHP_VERSION=${PHP_VERSION:-71}
2121

2222
# Add the PHP ppa
2323
RUN apt-get install -y software-properties-common && \

0 commit comments

Comments
 (0)