diff --git a/Dockerfile b/Dockerfile index d2e0238..82fd935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,8 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo pip install -U pip && \ pip install -U certbot && \ mkdir -p /etc/letsencrypt/webrootauth && \ - apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev + apk del gcc musl-dev linux-headers libffi-dev augeas-dev python-dev && \ + ln -s /usr/bin/php7 /usr/bin/php ADD conf/supervisord.conf /etc/supervisord.conf diff --git a/README.md b/README.md index 7b07774..df845a8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The Docker hub build can be found here: [https://registry.hub.docker.com/u/richa |-----|-------|-----|--------| | latest | 1.11.5 | 7.0.14 | 3.4@edge | | php7 | 1.11.5 | 7.0.14 | 3.4@edge | -| php5 | 1.11.5 | 5.6.27 | 3.4 | +| php5 | 1.11.5 | 5.6.29 | 3.4 | **PLEASE NOTE: PHP7 is now the default**