Skip to content

Commit

Permalink
Merge pull request #17 from winfried-van-loon/default-php-version
Browse files Browse the repository at this point in the history
Changing default to PHP71
  • Loading branch information
Mahmoudz committed Apr 21, 2017
2 parents dbaa3fc + 7386038 commit 0e98134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV LC_CTYPE=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV TERM xterm

ARG PHP_VERSION=${PHP_VERSION:-70}
ARG PHP_VERSION=${PHP_VERSION:-71}

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

0 comments on commit 0e98134

Please sign in to comment.