Skip to content

Commit

Permalink
Merge pull request #188 from joubertredrat/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix PHP version into Dockerfile
  • Loading branch information
pentium10 authored Aug 8, 2022
2 parents 010a2db + 40409f8 commit 60fdfbc
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
@@ -1,4 +1,4 @@
FROM php:5.6-apache
FROM php:7.1-apache
LABEL maintainer="Rion Dooley <[email protected]>"

ENV APACHE_DOCROOT "/var/www"
Expand Down

0 comments on commit 60fdfbc

Please sign in to comment.