From 0829d18474b74e7887b7a641bf8277b5572e0a87 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Tue, 3 Jan 2017 09:45:51 +0000 Subject: [PATCH] closes #98 --- Dockerfile | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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**