Skip to content

Commit

Permalink
move from PHP 5.4 to PHP 7.0 for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Jan 4, 2018
1 parent b8c4fc0 commit fb2a8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM php:5.4
FROM php:7.0

# system dependecies
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit fb2a8f1

Please sign in to comment.