From acaaa0d6e78b364b9d407278580e3ad8c7df9164 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 28 Sep 2016 10:15:56 +0100 Subject: [PATCH] updated README for new php versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50525aa..932c789 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ The Docker hub build can be found here: [https://registry.hub.docker.com/u/richa ## Versions | Tag | Nginx | PHP | Alpine | |-----|-------|-----|--------| -| latest | 1.11.3 | 5.6.25 | 3.4 | -| php5 | 1.11.3 | 5.6.25 | 3.4 | -| php7 | 1.11.3 | 7.0.10 | 3.4 | +| latest | 1.11.3 | 5.6.26 | 3.4 | +| php5 | 1.11.3 | 5.6.26 | 3.4 | +| php7 | 1.11.3 | 7.0.11 | 3.4 | ## Building from source To build from source you need to clone the git repo and run docker build: