From d994da463671d2ab4b5fbd4f0a047bf783f7d2f6 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 7 Sep 2016 08:42:36 +0100 Subject: [PATCH] swaping to official nginx alpine build for dynamic module support --- Dockerfile | 3 +-- README.md | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c729097..b647179 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.4 +FROM nginx:mainline-alpine MAINTAINER ngineered @@ -9,7 +9,6 @@ ENV composer_hash e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afe RUN apk add --no-cache bash \ openssh-client \ wget \ - nginx \ supervisor \ curl \ git \ diff --git a/README.md b/README.md index 1874db1..e438c4f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The Docker hub build can be found here: [https://registry.hub.docker.com/u/richa ## Versions | Tag | Nginx | PHP | Alpine | |-----|-------|-----|--------| -| latest | 1.10.1 | 5.6.24 | 3.4 | -| php5 | 1.10.1 | 5.6.24 | 3.4 | +| latest | 1.11.3 | 5.6.25 | 3.4 | +| php5 | 1.11.3 | 5.6.25 | 3.4 | | php7 | 1.10.1 | 7.0.10 | 3.4 | ## Building from source