Skip to content

Commit

Permalink
Merge branch 'release/5.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed May 25, 2016
2 parents ebc0b95 + ef0a7c4 commit a6890ae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
PHP Docker Boilerplate Changelog
==================================

5.1.2 - 2016-05-25
------------------
- Fix typo in Docker image names (duplicate -dev)

5.1.1 - 2016-05-24
------------------
- Fixed Docker image names in Dockerfile.development
Expand Down
20 changes: 10 additions & 10 deletions Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
# webdevops/php-apache-dev:debian-9
#
# Nginx:
# webdevops/php-nginx-dev-dev:ubuntu-12.04
# webdevops/php-nginx-dev-dev:ubuntu-14.04
# webdevops/php-nginx-dev-dev:ubuntu-15.04
# webdevops/php-nginx-dev-dev:ubuntu-15.10
# webdevops/php-nginx-dev-dev:ubuntu-16.04
# webdevops/php-nginx-dev-dev:centos-7
# webdevops/php-nginx-dev-dev:debian-7
# webdevops/php-nginx-dev-dev:debian-8
# webdevops/php-nginx-dev-dev:debian-8-php7
# webdevops/php-nginx-dev-dev:debian-9
# webdevops/php-nginx-dev:ubuntu-12.04
# webdevops/php-nginx-dev:ubuntu-14.04
# webdevops/php-nginx-dev:ubuntu-15.04
# webdevops/php-nginx-dev:ubuntu-15.10
# webdevops/php-nginx-dev:ubuntu-16.04
# webdevops/php-nginx-dev:centos-7
# webdevops/php-nginx-dev:debian-7
# webdevops/php-nginx-dev:debian-8
# webdevops/php-nginx-dev:debian-8-php7
# webdevops/php-nginx-dev:debian-9
#
# HHVM:
# webdevops/hhvm-apache
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerized PHP web project boilerplate

[![latest v5.1.1](https://img.shields.io/badge/latest-v5.1.1-green.svg?style=flat)](https://github.com/webdevops/php-docker-boilerplate/releases/tag/5.1.1)
[![latest v5.1.2](https://img.shields.io/badge/latest-v5.1.2-green.svg?style=flat)](https://github.com/webdevops/php-docker-boilerplate/releases/tag/5.1.2)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/php-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/php-docker-boilerplate "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/php-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/php-docker-boilerplate "Percentage of issues still open")
Expand Down

0 comments on commit a6890ae

Please sign in to comment.