From f9298a74624feade129f29ad283ca93792005b1c Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Mon, 20 Feb 2017 09:13:10 +0000 Subject: [PATCH] prep for 1.1.3 updates to scripts --- Dockerfile | 2 +- README.md | 6 +++--- docs/versioning.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55e0a4b..fd48996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1-fpm-alpine +FROM php:7.1.1-fpm-alpine MAINTAINER ngineered diff --git a/README.md b/README.md index 205f801..fad2e6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Travis](https://img.shields.io/docker/pulls/richarvey/nginx-php-fpm.svg?style=flat-square)]() -[![Travis](https://img.shields.io/docker/stars/richarvey/nginx-php-fpm.svg?style=flat-square)]() -[![Travis](https://img.shields.io/travis/ngineered/nginx-php-fpm.svg?style=flat-square)]() +![docker hub](https://img.shields.io/docker/pulls/richarvey/nginx-php-fpm.svg?style=flat-square) +![docker hub](https://img.shields.io/docker/stars/richarvey/nginx-php-fpm.svg?style=flat-square) +![Travis](https://img.shields.io/travis/ngineered/nginx-php-fpm.svg?style=flat-square) ## Overview This is a Dockerfile/image to build a container for nginx and php-fpm, with the ability to pull website code from git when the container is created, as well as allowing the container to push and pull changes to the code to and from git. The container also has the ability to update templated files with variables passed to docker in order to update your code and settings. There is support for lets encrypt SSL configurations, custom nginx configs, core nginx/PHP variable overrides for running preferences, X-Forwarded-For headers and UID mapping for local volume support. diff --git a/docs/versioning.md b/docs/versioning.md index 207b9c0..a992982 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -15,7 +15,7 @@ The latest tag will always follow the master branch in git. the other versions w | Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | Container Scripts | |-----|-------|-----|--------|--------|--------| -| latest | Master Branch |1.11.10 | 7.1.1 | 3.4 | 0.2.6 | +| latest | Master Branch |1.11.10 | 7.1.2 | 3.4 | 0.2.6 | | 1.1.1 | 1.1.1 |1.11.9 | 7.1.1 | 3.4 | 0.2.5 | | 1.1.2 | 1.1.2 |1.11.10 | 7.1.1 | 3.4 | 0.2.6 |